diff options
author | sekiya <sekiya@pkgsrc.org> | 2004-02-10 03:23:51 +0000 |
---|---|---|
committer | sekiya <sekiya@pkgsrc.org> | 2004-02-10 03:23:51 +0000 |
commit | ae8b9a912894a0e99c77c0f94c0a53f96bc56d19 (patch) | |
tree | 7674c89c225ab8eb76b479aa7b2d29a2032fa550 /devel/GConf | |
parent | 670649e19996c9dd846fbe0385555c2da9f5935e (diff) | |
download | pkgsrc-ae8b9a912894a0e99c77c0f94c0a53f96bc56d19.tar.gz |
Override config.sub/config.guess for mipseb.
Diffstat (limited to 'devel/GConf')
-rw-r--r-- | devel/GConf/Makefile | 5 |
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} |