1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

our default gcc ports version 4.6, change USE_GCC to yes.

Submitted by:	gerald@
Approved by:	maintainer (implicit, no functional change)
This commit is contained in:
Andrej Zverev 2013-08-28 11:44:03 +00:00
parent 5693cd12df
commit f4acfee81c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325516

View File

@ -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>