aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2006-02-10 21:17:55 +0800
committerehaupt <ehaupt@FreeBSD.org>2006-02-10 21:17:55 +0800
commit74c481b4ca9401c03bd332ebae8ddc9670c8e275 (patch)
tree9355d6ffd73151891e18221a416fb20c66ff04bc /games
parenta65b5c558d7600bfb2313fbf870445cade9a33d3 (diff)
downloadfreebsd-ports-gnome-74c481b4ca9401c03bd332ebae8ddc9670c8e275.tar.gz
freebsd-ports-gnome-74c481b4ca9401c03bd332ebae8ddc9670c8e275.tar.zst
freebsd-ports-gnome-74c481b4ca9401c03bd332ebae8ddc9670c8e275.zip
Mark it BROKEN on ${OSVERSION} >= 700000 because of a malloc abuse.
Diffstat (limited to 'games')
-rw-r--r--games/typespeed/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/typespeed/Makefile b/games/typespeed/Makefile
index 56c075fd2c96..be75ec6e5686 100644
--- a/games/typespeed/Makefile
+++ b/games/typespeed/Makefile
@@ -23,8 +23,8 @@ MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LFLAGS="${LDFLAGS}"
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000
-BROKEN= "Coredump during runtime on amd64 running OSVERSION >= 700000"
+.if ${OSVERSION} >= 700000
+BROKEN= "Coredumps on FreeBSD >= 7.0"
.endif
post-patch: