diff options
author | linimon <linimon@FreeBSD.org> | 2009-09-20 08:59:33 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-09-20 08:59:33 +0800 |
commit | 8351fc128751c4025299080806810fe3ac46b863 (patch) | |
tree | f00486fbb3c5e659f8038f0e9dbe9907a51bca36 /games/ioquake3 | |
parent | a3f7bcd9451258bb88d601bac4151df6a35a0ebb (diff) | |
download | freebsd-ports-gnome-8351fc128751c4025299080806810fe3ac46b863.tar.gz freebsd-ports-gnome-8351fc128751c4025299080806810fe3ac46b863.tar.zst freebsd-ports-gnome-8351fc128751c4025299080806810fe3ac46b863.zip |
Mark as only for amd64/i386. Configure fails on sparc64 with "arch
not supported".
Feature safe: yes
Diffstat (limited to 'games/ioquake3')
-rw-r--r-- | games/ioquake3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/ioquake3/Makefile b/games/ioquake3/Makefile index 5b81949dd715..7cde16cc4a99 100644 --- a/games/ioquake3/Makefile +++ b/games/ioquake3/Makefile @@ -41,6 +41,8 @@ BUILDDIR= ${WRKSRC}/build/release-${OPSYS:L}-${LINUX_ARCH} LINUX_ARCH= ${ARCH:C/amd64/x86_64/:C/i386/x86/} BINSUFFIX?= +ONLY_FOR_ARCHS= amd64 i386 + # Make sure TARGET and CFLAGS fit together. MACHINE_ARCH= ${ARCH} .include <bsd.cpu.mk> |