diff options
-rw-r--r-- | Makefile.bsd-wrapper | 11 |
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 |