diff options
author | az <az@FreeBSD.org> | 2013-08-28 19:44:03 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-28 19:44:03 +0800 |
commit | 08d325f05d302901b828b1328234a1f7178829c0 (patch) | |
tree | 782926c19bb5a16fc8f6e931cf69cae8e5b7ba06 /math | |
parent | 4a254c77c9df67fc3af6a2c8cef4f822334a58d1 (diff) | |
download | freebsd-ports-gnome-08d325f05d302901b828b1328234a1f7178829c0.tar.gz freebsd-ports-gnome-08d325f05d302901b828b1328234a1f7178829c0.tar.zst freebsd-ports-gnome-08d325f05d302901b828b1328234a1f7178829c0.zip |
our default gcc ports version 4.6, change USE_GCC to yes.
Submitted by: gerald@
Approved by: maintainer (implicit, no functional change)
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Int128/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-Int128/Makefile b/math/p5-Math-Int128/Makefile index e292a6ff0efd..c868360ec6c1 100644 --- a/math/p5-Math-Int128/Makefile +++ b/math/p5-Math-Int128/Makefile @@ -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> |