From 856589ce5e14693ab4d4070a42102a6e2f7ce7ef Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 8 Apr 2007 18:16:11 +0000 Subject: No loadable font modules on static only architectures. --- lib/libXfont/Makefile.bsd-wrapper | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libXfont/Makefile.bsd-wrapper b/lib/libXfont/Makefile.bsd-wrapper index 9707a797e..d03c71eea 100644 --- a/lib/libXfont/Makefile.bsd-wrapper +++ b/lib/libXfont/Makefile.bsd-wrapper @@ -1,5 +1,9 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/12/16 18:30:24 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2007/04/08 18:16:10 matthieu Exp $ SHARED_LIBS= Xfont 6.0 +.if ${MACHINE} == landisk || ${MACHINE} == vax +CONFIGURE_ARGS+= --disable-loadable-font-modules +.endif + .include -- cgit v1.2.3