summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2009-10-31 18:55:31 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2024-08-02 08:52:41 +0200
commit76d7cf9f17bebb5c9eb8208980db2ef24bc23b04 (patch)
treee2e761b220e808ead37fbe344c16ec30fd226563
parent164638c4e9f6ca8b52e9515948ce6e9da0feb5ea (diff)
Sync with xenocara
-rw-r--r--Makefile.bsd-wrapper11
1 files changed, 4 insertions, 7 deletions
diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper
index 813ef98..baa89e8 100644
--- a/Makefile.bsd-wrapper
+++ b/Makefile.bsd-wrapper
@@ -1,12 +1,9 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2007/09/08 16:24:20 matthieu Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2009/06/04 00:40:05 matthieu Exp $
+.include <bsd.xconf.mk>
-SHARED_LIBS= Xfont 8.0
+SHARED_LIBS= Xfont 9.0
-.if ${MACHINE} == landisk || ${MACHINE} == vax
-CONFIGURE_ARGS+= --disable-loadable-font-modules
-.endif
-
-.if ${MACHINE} == landisk || ${MACHINE} == vax
+.if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no"
CONFIGURE_ARGS+= --disable-loadable-font-modules
.endif