pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/binutils When building devel/gtexinfo as a build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0fe6a698544d
branches:  trunk
changeset: 471988:0fe6a698544d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Apr 02 02:23:05 2004 +0000

description:
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:

 devel/binutils/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cee367a78d48 -r 0fe6a698544d devel/binutils/Makefile
--- a/devel/binutils/Makefile   Fri Apr 02 02:01:34 2004 +0000
+++ b/devel/binutils/Makefile   Fri Apr 02 02:23:05 2004 +0000
@@ -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_MAKEINFO=          yes
 TEXINFO_REQD=          4.0
+MAKEFLAGS+=            TEXINFO_LOCALE=no
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-lib-path='/lib:/usr/lib'



Home | Main Index | Thread Index | Old Index