Date: Fri, 6 Sep 2013 21:51:27 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326552 - head/lang/gcc42 Message-ID: <201309062151.r86LpRWM012897@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309062151.r86LpRWM012897>