aboutsummaryrefslogtreecommitdiff
path: root/games/typespeed
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-02-10 13:17:55 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-02-10 13:17:55 +0000
commitd62748eba47ac148136073bcf248f0d2387e8656 (patch)
treee2035332c6ece65395546bf8519f0cbbe98fd3e3 /games/typespeed
parentd37aa7f7b0143c9478c919959bfac4e46adae2f2 (diff)
downloadports-d62748eba47ac148136073bcf248f0d2387e8656.tar.gz
ports-d62748eba47ac148136073bcf248f0d2387e8656.zip
Mark it BROKEN on ${OSVERSION} >= 700000 because of a malloc abuse.
Notes
Notes: svn path=/head/; revision=155644
Diffstat (limited to 'games/typespeed')
-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: