From fac1ac227397cc7fdd82e9743dc5fe5c439271ba Mon Sep 17 00:00:00 2001 From: ehaupt Date: Thu, 9 Feb 2006 11:43:46 +0000 Subject: Depessimize last commit, port only dumps core on ${ARCH} == "amd64" && ${OSVERSION} >= 700000 --- games/typespeed/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/typespeed/Makefile b/games/typespeed/Makefile index a502824..56c075f 100644 --- a/games/typespeed/Makefile +++ b/games/typespeed/Makefile @@ -23,8 +23,8 @@ MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LFLAGS="${LDFLAGS}" .include -.if ${ARCH} == "amd64" -BROKEN= "Coredump during runtime on amd64" +.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000 +BROKEN= "Coredump during runtime on amd64 running OSVERSION >= 700000" .endif post-patch: -- cgit v1.1