summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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