From 89053f4a8e4376f5c4bdd49d0598ae69dc44121d Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 22 Apr 2006 22:11:33 +0000 Subject: BROKEN on !i386 and on 4.x: Does not compile --- games/cleanq3/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'games/cleanq3/Makefile') diff --git a/games/cleanq3/Makefile b/games/cleanq3/Makefile index 18172428b3fa..17f232a76a0d 100644 --- a/games/cleanq3/Makefile +++ b/games/cleanq3/Makefile @@ -38,6 +38,14 @@ OPTIONS= OPTIMIZED_CFLAGS "Build with extra optimization options" on .include +.if ${ARCH} != "i386" +BROKEN= Does not compile on ${ARCH} +.endif + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on 4.x +.endif + .if defined(WITH_OPTIMIZED_CFLAGS) CFLAGS= -O6 -fomit-frame-pointer -ffast-math -falign-loops=2 -falign-jumps=2 \ -falign-functions=2 -fno-strict-aliasing -fstrength-reduce -- cgit v1.2.3