From 48b939b96d4ebd08986227c0cc3e4b7bf9902481 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Mon, 20 Dec 2004 18:49:37 +0000 Subject: Make sure we have defined GNU_CONFIGURE and USE_LIBTOOL before including bsd.prefs.mk, otherwise the check for _OPSYS_MAX_CMDLEN is skipped. --- fonts/fontconfig/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fonts') diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile index 14f01872ef6..66d4442a1ae 100644 --- a/fonts/fontconfig/Makefile +++ b/fonts/fontconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/10/03 00:14:42 tv Exp $ +# $NetBSD: Makefile,v 1.35 2004/12/20 18:49:37 xtraeme Exp $ # DISTNAME= fontconfig-2.2.96 @@ -16,8 +16,6 @@ BUILDLINK_DEPENDS.freetype2+= freetype2>=2.0.9 PKG_INSTALLATION_TYPES= overwrite pkgviews -.include "../../mk/bsd.prefs.mk" - GNU_CONFIGURE= YES USE_BUILDLINK3= YES USE_LIBTOOL= YES @@ -36,6 +34,8 @@ CONFIGURE_ARGS+= --with-confdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-x CONFIGURE_ARGS+= --enable-docs +.include "../../mk/bsd.prefs.mk" + FONT_PATH= ${X11PREFIX}/lib/X11/fonts/TTF,${X11PREFIX}/lib/X11/fonts/Type1 .if ${X11PREFIX} != ${X11BASE} FONT_PATH2= ,${X11BASE}/lib/X11/fonts,${X11BASE}/lib/X11/fonts/TTF,${X11BASE}/lib/X11/fonts/Type1 -- cgit v1.2.3