diff options
author | linimon <linimon@FreeBSD.org> | 2011-12-21 16:15:09 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-12-21 16:15:09 +0800 |
commit | e06b038f8fb202b942142f97f610d6dc71fde5c0 (patch) | |
tree | a2a959f937852962668c482d250a9efa9b2165d2 /games | |
parent | 979538aab8299dbb611f4626ff0bb8f4fe0609e7 (diff) | |
download | freebsd-ports-gnome-e06b038f8fb202b942142f97f610d6dc71fde5c0.tar.gz freebsd-ports-gnome-e06b038f8fb202b942142f97f610d6dc71fde5c0.tar.zst freebsd-ports-gnome-e06b038f8fb202b942142f97f610d6dc71fde5c0.zip |
Mark as broken on FreeBSD 10: tries to access /proc/cpuinfo.
Diffstat (limited to 'games')
-rw-r--r-- | games/dangerdeep/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/dangerdeep/Makefile b/games/dangerdeep/Makefile index c287d23cb49b..902859beea1f 100644 --- a/games/dangerdeep/Makefile +++ b/games/dangerdeep/Makefile @@ -38,6 +38,10 @@ PORTDOCS= CREDITS README SCONS_ARGS+= usex86sse=-1 # disable MMX/SSE on the build cluster .endif +.if ${OSVERSION} >= 1000000 +BROKEN= Does not compile on FreeBSD 10 +.endif + post-patch: @${REINPLACE_CMD} -e 's|/usr/share/games/dangerdeep|${DATADIR}|; \ s|Linux|"Danger from the Deep"|' ${WRKSRC}/doc/man/dangerdeep.6 |