diff options
author | sekiya <sekiya@pkgsrc.org> | 2004-02-11 02:08:26 +0000 |
---|---|---|
committer | sekiya <sekiya@pkgsrc.org> | 2004-02-11 02:08:26 +0000 |
commit | b99ff91fc95af6a414ef84bd6aacfb51690eaa97 (patch) | |
tree | 1a5f2c2f00b9c153db980dcabdd11c2b6d1edb70 | |
parent | 29c612fdec7ce36ff4953c8f7a5b879c2831ffbd (diff) | |
download | pkgsrc-b99ff91fc95af6a414ef84bd6aacfb51690eaa97.tar.gz |
config.guess/config.sub override for mipseb.
-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 |