summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-06-04 00:40:06 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-06-04 00:40:06 +0000
commit73d9372fe29f9da4e2dc29bf78de0add419f74ac (patch)
tree3db3189b806c159ba97c282f59959c8bd2abf674
parent29b13ae9fb8f05775fdb83a09fcca3276492cc5e (diff)
Use XENOCARA_HAVE_SHARED_LIBS and remove duplicate lines.
-rw-r--r--lib/libXfont/Makefile.bsd-wrapper9
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/libXfont/Makefile.bsd-wrapper b/lib/libXfont/Makefile.bsd-wrapper
index 0c6a2607e..ecd75c0e1 100644
--- a/lib/libXfont/Makefile.bsd-wrapper
+++ b/lib/libXfont/Makefile.bsd-wrapper
@@ -1,12 +1,9 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2008/05/24 13:29:07 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
-.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