diff options
author | anholt <anholt@FreeBSD.org> | 2003-05-12 01:30:29 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-05-12 01:30:29 +0000 |
commit | 918f763b20e843485b8aaf0437042ec0519f5a87 (patch) | |
tree | 6ca279a8d5b8b8071362195a59f106e3afc1776c /graphics | |
parent | 70787fb53299e6d86d68a7fc8069cf510251b230 (diff) | |
download | FreeBSD-ports-918f763b20e843485b8aaf0437042ec0519f5a87.zip FreeBSD-ports-918f763b20e843485b8aaf0437042ec0519f5a87.tar.gz |
Set ONLY_FOR_ARCHS=i386.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/glide3/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/glide3/Makefile b/graphics/glide3/Makefile index 8a0af12..2ba12ad 100644 --- a/graphics/glide3/Makefile +++ b/graphics/glide3/Makefile @@ -32,7 +32,12 @@ AUTOMAKE_ARGS= -a USE_GMAKE= yes MAKEFILE= makefile.autoconf -#Glide3 DOES NOT work with CFLAGS greater than -O2 +# This Glide3 does not work on alpha, and I don't expect it to work right +# on other non-i386 without patches. Further development is going on in +# x11-servers/driglide. +ONLY_FOR_ARCHS= i386 + +# Glide3 DOES NOT work with CFLAGS greater than -O2 CFLAGS+= -O .ifdef WITH_VOODOO3 |