summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorsekiya <sekiya>2004-02-10 03:23:51 +0000
committersekiya <sekiya>2004-02-10 03:23:51 +0000
commita397262f5c0e9651614dd5a1ec0328b95a236ed4 (patch)
tree7674c89c225ab8eb76b479aa7b2d29a2032fa550 /devel
parent475b8e66294bee8a9f6adda717c823cb4a8b2713 (diff)
downloadpkgsrc-a397262f5c0e9651614dd5a1ec0328b95a236ed4.tar.gz
Override config.sub/config.guess for mipseb.
Diffstat (limited to 'devel')
-rw-r--r--devel/GConf/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile
index ae1c444fef8..1901682c293 100644
--- a/devel/GConf/Makefile
+++ b/devel/GConf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2004/01/03 18:49:36 reed Exp $
+# $NetBSD: Makefile,v 1.40 2004/02/10 03:23:51 sekiya Exp $
#
DISTNAME= GConf-1.0.9
@@ -23,6 +23,9 @@ USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE= ${WRKSRC}/gconf.pc.in
+CONFIG_GUESS_OVERRIDE+= ${WRKSRC}/config.guess
+CONFIG_SUB_OVERRIDE+= ${WRKSRC}/config.sub
+
CPPFLAGS+= -I${BUILDLINK_PREFIX.db3}/include/db3
PLIST_SUBST+= LOCALBASE=${LOCALBASE}