diff options
author | sekiya <sekiya> | 2004-02-11 02:08:26 +0000 |
---|---|---|
committer | sekiya <sekiya> | 2004-02-11 02:08:26 +0000 |
commit | 8b36b8e66a70b59a5a9707498a413f5f26013bac (patch) | |
tree | 1a5f2c2f00b9c153db980dcabdd11c2b6d1edb70 /devel/libglade | |
parent | b3d2b6d99678cf327a1d4604361606384ffcf48f (diff) | |
download | pkgsrc-8b36b8e66a70b59a5a9707498a413f5f26013bac.tar.gz |
config.guess/config.sub override for mipseb.
Diffstat (limited to 'devel/libglade')
-rw-r--r-- | devel/libglade/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index 910b410dc62..3fd486c4edc 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2004/01/03 18:49:38 reed Exp $ +# $NetBSD: Makefile,v 1.50 2004/02/11 02:08:26 sekiya Exp $ # DISTNAME= libglade-0.17 @@ -14,7 +14,10 @@ BUILD_USES_MSGFMT= YES USE_BUILDLINK2= YES USE_X11BASE= YES + GNU_CONFIGURE= YES +CONFIG_GUESS_OVERRIDE+= ${WRKSRC}/config.guess +CONFIG_SUB_OVERRIDE+= ${WRKSRC}/config.sub USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool |