summaryrefslogtreecommitdiff
path: root/lang/gcc42
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-06 21:51:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-06 21:51:26 +0000
commitf5d75319409234a4e21dc1107db5df970c1d0e5f (patch)
treec51e61de363613aa573457c1f95a2541c1d3bed4 /lang/gcc42
parent(Attempt to) Fix build with clang+libc++. (diff)
Fix build on head by removing USE_GCC=any and properly define USE_CSTD=gnu89 instead
PR: ports/181816 Submitted by: tijl Approved by: gerald
Notes
Notes: svn path=/head/; revision=326552
Diffstat (limited to 'lang/gcc42')
-rw-r--r--lang/gcc42/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile
index 6fd6d1f8d414..01cbeaadf113 100644
--- a/lang/gcc42/Makefile
+++ b/lang/gcc42/Makefile
@@ -23,11 +23,10 @@ VERSIONSTRING= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/}
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX}
NOT_FOR_ARCHS= arm powerpc
-USES= bison iconv
+USES= bison gmake iconv perl5
USE_BZIP2= yes
-USE_GCC= any
-USE_GMAKE= yes
-USE_PERL5_BUILD=yes
+USE_CSTD= gnu89
+USE_PERL5= build
PATCH_WRKSRC= ${SRCDIR}
CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure