svn commit: r326553 - head/lang/gcc44

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 6 21:54:29 UTC 2013


Author: bapt
Date: Fri Sep  6 21:54:28 2013
New Revision: 326553
URL: http://svnweb.freebsd.org/changeset/ports/326553

Log:
  Fix build on head by removing USE_GCC=any, and adding  -fgnu89-inline to cflags
  (gfortran requires gnu99)
  
  PR:		ports/181816
  Submitted by:	tijl
  Approved by:	gerald

Modified:
  head/lang/gcc44/Makefile

Modified: head/lang/gcc44/Makefile
==============================================================================
--- head/lang/gcc44/Makefile	Fri Sep  6 21:51:26 2013	(r326552)
+++ head/lang/gcc44/Makefile	Fri Sep  6 21:54:28 2013	(r326553)
@@ -22,11 +22,9 @@ SUFFIX=		${PORTVERSION:C/([0-9]+).([0-9]
 LATEST_LINK=	gcc${SUFFIX}${PKGNAMESUFFIX}
 ONLY_FOR_ARCHS=	amd64 i386 sparc64
 USE_BINUTILS=	yes
-USES=		bison iconv
+USES=		bison gmake iconv perl5
 USE_BZIP2=	yes
-USE_GCC=	any
-USE_GMAKE=	yes
-USE_PERL5_BUILD=yes
+USE_PERL5=	build
 
 PATCH_WRKSRC=	${SRCDIR}
 CONFIGURE_SCRIPT=	../${SRCDIR:S/${WRKDIR}\///}/configure
@@ -44,7 +42,7 @@ WRKSRC=		${WRKDIR}/build
 TARGLIB=	${PREFIX}/lib/gcc${SUFFIX}
 LIBEXEC=	${PREFIX}/libexec/gcc${SUFFIX}
 GNU_CONFIGURE=	yes
-CFLAGS+=	-I${LOCALBASE}/include
+CFLAGS+=	-I${LOCALBASE}/include -fgnu89-inline
 CPPFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ARGS+=--disable-bootstrap \
 		--disable-nls \


More information about the svn-ports-all mailing list