diff options
author | jlam <jlam> | 2004-04-02 02:23:05 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-04-02 02:23:05 +0000 |
commit | 50b2bef6470a503f9b565168eb092b3f1b4200b7 (patch) | |
tree | f94caee7f67a6d2361d139ad81b24a6b1b11c5b8 /devel/binutils/Makefile | |
parent | e086b415bc7f9b440d0341fffd030a1a4306a49b (diff) | |
download | pkgsrc-50b2bef6470a503f9b565168eb092b3f1b4200b7.tar.gz |
When building devel/gtexinfo as a build dependency (possibly pulled
in via USE_TEXINFO=yes), build it without locale support. This makes
it easier to "bootstrap" the installation of a pkgsrc compiler without
a lot of additional indirect build dependencies on gettext, libiconv,
libtool, etc.
Diffstat (limited to 'devel/binutils/Makefile')
-rw-r--r-- | devel/binutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index ffa8ade329c..3d01c8c5c58 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/01/31 11:25:31 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2004/04/02 02:23:05 jlam Exp $ DISTNAME= binutils-2.14 PKGNAME= binutils-2.14.0.0 @@ -16,6 +16,7 @@ USE_PKGLOCALEDIR= yes USE_MAKEINFO= yes TEXINFO_REQD= 4.0 +MAKEFLAGS+= TEXINFO_LOCALE=no GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-lib-path='/lib:/usr/lib' |