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 | 0819e596781688533c3d48d0f134eda649228e28 (patch) | |
tree | 7674c89c225ab8eb76b479aa7b2d29a2032fa550 /devel/GConf | |
parent | c6e8f66ea3f530dd0de0cfc4c1e7563bb6fe62df (diff) | |
download | pkgsrc-0819e596781688533c3d48d0f134eda649228e28.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} |