diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2013-02-09 21:48:08 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2013-02-09 21:48:08 +0000 |
commit | f7abc70a38dfcd6082fde2b49056aedaf67d2302 (patch) | |
tree | ce4f527673633b413ef83bf332c87d7966040dda | |
parent | 13179665ebbd91ceeeeada784764303924d55696 (diff) |
Enable the shared libs option on m88k; this is also used to indicate
whether to build Mesa.
ok miod@
-rw-r--r-- | share/mk/bsd.xconf.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.xconf.mk b/share/mk/bsd.xconf.mk index ee122e671..2c339f0d8 100644 --- a/share/mk/bsd.xconf.mk +++ b/share/mk/bsd.xconf.mk @@ -1,7 +1,7 @@ -# $OpenBSD: bsd.xconf.mk,v 1.21 2012/03/08 07:29:29 matthieu Exp $ +# $OpenBSD: bsd.xconf.mk,v 1.22 2013/02/09 21:48:07 brad Exp $ # Shared libs? -.if ${MACHINE_ARCH} == "m88k" || ${MACHINE} == "vax" +.if ${MACHINE} == "vax" XENOCARA_HAVE_SHARED_LIBS?=no .else XENOCARA_HAVE_SHARED_LIBS?=yes |