From e979cbd81727727466e30c4bccd2680341222b4f Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 25 Mar 2004 23:34:01 +0000 Subject: 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. --- lang/gcc3-c/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/gcc3-c') 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" -- cgit v1.2.3