summaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2008-03-31 19:20:30 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2008-03-31 19:20:30 +0000
commitcf2f559424a83983e5144b637af95f42f93a6794 (patch)
tree52b99565271d4b80eec7476e52d2a5e76bfafa6d /share/mk
parent09973823a16e8221ec8a17e4c309f68b68d9b26d (diff)
GL enable on landisk was not tested yet. That half of the previous change
was not meant to go in. At least yet.
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 d88babde2..4bdbd8f4a 100644
--- a/share/mk/bsd.xconf.mk
+++ b/share/mk/bsd.xconf.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.xconf.mk,v 1.3 2008/03/31 14:10:32 drahn Exp $
+# $OpenBSD: bsd.xconf.mk,v 1.4 2008/03/31 19:20:29 drahn Exp $
# Shared libs?
.if ${MACHINE} == "mvme88k" || ${MACHINE} == "vax"
@@ -15,7 +15,7 @@ XENOCARA_BUILD_DRI?=no
.endif
# Build GL libs and apps
-.if ${MACHINE_ARCH} == "m88k" || ${MACHINE} == "sgi" || ${MACHINE} == vax
+.if ${MACHINE} == "landisk" || ${MACHINE_ARCH} == "m88k" || ${MACHINE} == "sgi" || ${MACHINE} == vax
XENOCARA_BUILD_GL?=no
.else
XENOCARA_BUILD_GL?=yes