summaryrefslogtreecommitdiff
path: root/xserver/Makefile.bsd-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'xserver/Makefile.bsd-wrapper')
-rw-r--r--xserver/Makefile.bsd-wrapper13
1 files changed, 11 insertions, 2 deletions
diff --git a/xserver/Makefile.bsd-wrapper b/xserver/Makefile.bsd-wrapper
index 81be82abc..fa38dda7f 100644
--- a/xserver/Makefile.bsd-wrapper
+++ b/xserver/Makefile.bsd-wrapper
@@ -1,13 +1,22 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2007/01/29 22:06:35 matthieu Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2007/03/02 20:26:20 matthieu Exp $
DIST= ${.CURDIR}
+# Machines for which we don't build the Xorg Xserver
+NO_XORG_MACHINES= armish aviion hppa hppa64 landisk \
+ mvme68k mvme88k mvmeppc sgi solbourne
+
+.for M in ${NO_XORG_MACHINES}
+NO_XORG_${M} = --disable-xorg
+.endfor
+NO_XORG_OPTION=${NO_XORG_${MACHINE}}
+
CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
--with-xkb-path=/etc/X11/xkb \
--with-xkb-output=/var/db/xkb \
--with-module-dir=${LIBDIR}/modules \
--with-mesa-source=${XENOCARA_TOP}/dist/Mesa \
--enable-install-setuid --enable-privsep \
- --disable-dmx
+ --disable-dmx ${NO_XORG_MACHINE}
.include <bsd.xorg.mk>