aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2003-05-12 09:30:29 +0800
committeranholt <anholt@FreeBSD.org>2003-05-12 09:30:29 +0800
commit918f763b20e843485b8aaf0437042ec0519f5a87 (patch)
tree6ca279a8d5b8b8071362195a59f106e3afc1776c /graphics
parent70787fb53299e6d86d68a7fc8069cf510251b230 (diff)
downloadfreebsd-ports-gnome-918f763b20e843485b8aaf0437042ec0519f5a87.tar.gz
freebsd-ports-gnome-918f763b20e843485b8aaf0437042ec0519f5a87.tar.zst
freebsd-ports-gnome-918f763b20e843485b8aaf0437042ec0519f5a87.zip
Set ONLY_FOR_ARCHS=i386.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/glide3/Makefile7
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