From f8c7aa4eb0afdb1b3674e82ad3483abc12fbfd49 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt 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 a5028240361e..56c075fd2c96 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.2.3