summaryrefslogtreecommitdiff
path: root/lang/gcc3
diff options
context:
space:
mode:
authordrochner <drochner>2003-07-03 18:04:23 +0000
committerdrochner <drochner>2003-07-03 18:04:23 +0000
commit610bcfd191c44290756519ee228e731bd416d105 (patch)
treeeedc7516e8ebd541da084ece6eb4b6b7a77fbe4d /lang/gcc3
parent690b853882459de22edb06da3f40c106a2bc4b1c (diff)
downloadpkgsrc-610bcfd191c44290756519ee228e731bd416d105.tar.gz
sort stuff so that bsd.prefs.mk is pulled in before any decisions are
drawn from user variables comma-separate the list of supported languages; while spaces work, the libstdc++ configure script misbehaves if c++ is not the last one...
Diffstat (limited to 'lang/gcc3')
-rw-r--r--lang/gcc3/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/gcc3/Makefile b/lang/gcc3/Makefile
index 0b7b2b4fef0..1d0f2d5ed1c 100644
--- a/lang/gcc3/Makefile
+++ b/lang/gcc3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2003/07/03 16:16:30 drochner Exp $
+# $NetBSD: Makefile,v 1.29 2003/07/03 18:04:23 drochner Exp $
#
DISTNAME= gcc-3.3
@@ -24,10 +24,6 @@ HAS_CONFIGURE= YES
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
CONFIGURE_ARGS+= --prefix=${GCC_PREFIX}
-# java takes hours to build, so make it optional
-.if !defined(PKG_GCC3_JAVA)
-CONFIGURE_ARGS+= --enable-languages="c c++ f77 objc ada"
-.endif
UNLIMIT_RESOURCES= datasize
# as this is named gcc3, use DISTNAME instead.
@@ -51,6 +47,10 @@ CFLAGS+= -I${BUILDLINK_DIR}/include
.else
CONFIGURE_ARGS+= --host=${MACHINE_GNU_PLATFORM}
.endif
+# java takes hours to build, so make it optional
+.if !defined(PKG_GCC3_JAVA)
+CONFIGURE_ARGS+= --enable-languages="c,c++,f77,objc,ada"
+.endif
.if ${OPSYS} == "NetBSD" && !defined(USE_BINUTILS)
AS_VERSION!= ${AS} --version | ${AWK} '{ \