diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-05-12 01:30:29 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-05-12 01:30:29 +0000 |
commit | d0a2eae9385dcd9b41dca440a4b617c9a45e08ba (patch) | |
tree | fa7dce1462b11c9f766044d990f61f8e80f6fb50 /graphics | |
parent | 888316de1440f6cfdf7143af233f2405fca65653 (diff) | |
download | ports-d0a2eae9385dcd9b41dca440a4b617c9a45e08ba.tar.gz ports-d0a2eae9385dcd9b41dca440a4b617c9a45e08ba.zip |
Notes
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 8a0af122d172..2ba12ad873b7 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 |