summaryrefslogtreecommitdiff
path: root/devel/binutils
diff options
context:
space:
mode:
authorjlam <jlam>2004-04-02 02:23:05 +0000
committerjlam <jlam>2004-04-02 02:23:05 +0000
commit217e5ef50d86d346f950893354c4bc77a4b23ef0 (patch)
treef94caee7f67a6d2361d139ad81b24a6b1b11c5b8 /devel/binutils
parent46430570a6c6045bf6caba050b2142cdf0b5f68d (diff)
downloadpkgsrc-217e5ef50d86d346f950893354c4bc77a4b23ef0.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')
-rw-r--r--devel/binutils/Makefile3
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'