pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/fontconfig Make sure we have defined GNU_CONFIGU...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb1131eac38e
branches:  trunk
changeset: 485754:eb1131eac38e
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Dec 20 18:49:37 2004 +0000

description:
Make sure we have defined GNU_CONFIGURE and USE_LIBTOOL before including
bsd.prefs.mk, otherwise the check for _OPSYS_MAX_CMDLEN is skipped.

diffstat:

 fonts/fontconfig/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a3882d61b062 -r eb1131eac38e fonts/fontconfig/Makefile
--- a/fonts/fontconfig/Makefile Mon Dec 20 15:58:27 2004 +0000
+++ b/fonts/fontconfig/Makefile Mon Dec 20 18:49:37 2004 +0000
@@ -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 @@
 
 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-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



Home | Main Index | Thread Index | Old Index