summaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-09-24 21:03:33 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-09-24 21:03:33 +0000
commit5c4c0022fdfd73890c4d9497d35bf24f09c08ecb (patch)
treef64250fad8739b8700d0a6d4d66c8c6237db0c5a /share/mk
parent326dd12e28220877b1c5b0cc47ec3f262b81f508 (diff)
Don't build libGL on m88k for the time being, the recent update triggers a
known hairy bug in DWARF debug information generation on m88k, which is currently being investigated. Found the hard way by aoyama@
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.xconf.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.xconf.mk b/share/mk/bsd.xconf.mk
index ee5e9286d..30e375532 100644
--- a/share/mk/bsd.xconf.mk
+++ b/share/mk/bsd.xconf.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.xconf.mk,v 1.27 2013/08/22 19:26:51 miod Exp $
+# $OpenBSD: bsd.xconf.mk,v 1.28 2013/09/24 21:03:32 miod Exp $
# Shared libs?
.if ${MACHINE} == "vax"
@@ -8,7 +8,7 @@ XENOCARA_HAVE_SHARED_LIBS?=yes
.endif
# Build GL libs and apps?
-.if ${MACHINE} == "octeon"
+.if ${MACHINE} == "octeon" || ${MACHINE_ARCH} == "m88k"
XENOCARA_BUILD_GL?=no
XENOCARA_BUILD_DRI?=no
.else