summaryrefslogtreecommitdiff
path: root/graphics/glide3
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-05-12 01:30:29 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-05-12 01:30:29 +0000
commitd0a2eae9385dcd9b41dca440a4b617c9a45e08ba (patch)
treefa7dce1462b11c9f766044d990f61f8e80f6fb50 /graphics/glide3
parentAdd ipsvd 0.4.0, internet protocol service daemons. (diff)
Set ONLY_FOR_ARCHS=i386.
Notes
Notes: svn path=/head/; revision=80718
Diffstat (limited to 'graphics/glide3')
-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