diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2016-09-12 12:27:36 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-08-02 08:52:41 +0200 |
commit | b4d6b9c0f90aee0cecc66e4667655a388075fb65 (patch) | |
tree | fa60839df883b2f2a632c0e0f66a5c76f459a16c | |
parent | faa787779e2a230d3729d13f18b05c6cc3ced546 (diff) |
Makefile.bsd-wrapper for libXfont2obsd
-rw-r--r-- | Makefile.bsd-wrapper | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper index c3c3738..1627208 100644 --- a/Makefile.bsd-wrapper +++ b/Makefile.bsd-wrapper @@ -1,12 +1,8 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2010/01/17 20:48:49 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.15 2016/05/29 11:59:59 dcoppa Exp $ .include <bsd.xconf.mk> -SHARED_LIBS= Xfont 9.0 +SHARED_LIBS= Xfont2 0.0 -CONFIGURE_ARGS+= --with-xmlto=no - -.if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no" -CONFIGURE_ARGS+= --disable-loadable-font-modules -.endif +CONFIGURE_ARGS+= --with-xmlto=no --disable-devel-docs .include <bsd.xorg.mk> |