summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam>2004-03-25 23:34:01 +0000
committerjlam <jlam>2004-03-25 23:34:01 +0000
commit2e3fbfc61129cd7fed997efc1e52d791a62b7030 (patch)
tree105c8d19b1bfefdcbe86e18cf1c7396f655a43bd /lang
parent0aa967b3e164c2d1be06e52b04101be521d7e0d6 (diff)
downloadpkgsrc-2e3fbfc61129cd7fed997efc1e52d791a62b7030.tar.gz
When building devel/gmake as a build dependency, 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 'lang')
-rw-r--r--lang/gcc/Makefile3
-rw-r--r--lang/gcc3-c/Makefile.common3
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index 854d766dfca..e4072c7bef9 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2004/02/19 17:51:17 kristerw Exp $
+# $NetBSD: Makefile,v 1.76 2004/03/25 23:34:01 jlam Exp $
DISTNAME= gcc-2.95.3
PKGREVISION= 5
@@ -20,6 +20,7 @@ NOT_FOR_PLATFORM= Darwin-*-* *-*-x86_64
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
USE_GNU_TOOLS+= make
+MAKEFLAGS+= GMAKE_LOCALE=no
HAS_CONFIGURE= YES
CONFIGURE_SCRIPT= ${WRKSRC}/configure
diff --git a/lang/gcc3-c/Makefile.common b/lang/gcc3-c/Makefile.common
index a5a8449d3da..2dc5f510613 100644
--- a/lang/gcc3-c/Makefile.common
+++ b/lang/gcc3-c/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2004/03/02 14:46:33 drochner Exp $
+# $NetBSD: Makefile.common,v 1.16 2004/03/25 23:34:01 jlam Exp $
GCC_VERSION= 3.3.3
DISTNAME= gcc-${GCC_VERSION}
@@ -14,6 +14,7 @@ NOT_FOR_PLATFORM= Darwin-*-*
USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
USE_GNU_TOOLS+= make
+MAKEFLAGS+= GMAKE_LOCALE=no
HAS_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"