Date: Wed, 28 Aug 2013 11:44:04 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325516 - head/math/p5-Math-Int128 Message-ID: <201308281144.r7SBi4CF066884@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Wed Aug 28 11:44:03 2013 New Revision: 325516 URL: http://svnweb.freebsd.org/changeset/ports/325516 Log: our default gcc ports version 4.6, change USE_GCC to yes. Submitted by: gerald@ Approved by: maintainer (implicit, no functional change) Modified: head/math/p5-Math-Int128/Makefile Modified: head/math/p5-Math-Int128/Makefile ============================================================================== --- head/math/p5-Math-Int128/Makefile Wed Aug 28 09:01:38 2013 (r325515) +++ head/math/p5-Math-Int128/Makefile Wed Aug 28 11:44:03 2013 (r325516) @@ -26,11 +26,11 @@ MAN3= Math::Int128.3 \ .include <bsd.port.pre.mk> -# need clang 3.2+ or gcc 4.4+ +# need clang 3.2+ or GCC 4.4+ .if exists(/usr/bin/clang) && ${OSVERSION} > 901505 CC= /usr/bin/clang .else -USE_GCC= 4.4+ +USE_GCC= yes .endif .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308281144.r7SBi4CF066884>