diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-02-10 21:17:55 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-02-10 21:17:55 +0800 |
commit | 74c481b4ca9401c03bd332ebae8ddc9670c8e275 (patch) | |
tree | 9355d6ffd73151891e18221a416fb20c66ff04bc /games | |
parent | a65b5c558d7600bfb2313fbf870445cade9a33d3 (diff) | |
download | freebsd-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/Makefile | 4 |
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: |