svn commit: r326552 - head/lang/gcc42

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 6 21:51:27 UTC 2013


Author: bapt
Date: Fri Sep  6 21:51:26 2013
New Revision: 326552
URL: http://svnweb.freebsd.org/changeset/ports/326552

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

Modified:
  head/lang/gcc42/Makefile

Modified: head/lang/gcc42/Makefile
==============================================================================
--- head/lang/gcc42/Makefile	Fri Sep  6 21:45:37 2013	(r326551)
+++ head/lang/gcc42/Makefile	Fri Sep  6 21:51:26 2013	(r326552)
@@ -23,11 +23,10 @@ VERSIONSTRING=	${PORTVERSION:C/([0-9]+\.
 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


More information about the svn-ports-all mailing list