Fix lang/pypy (and INDEX build).

Portlint recommends "USE_GCC=yes+" however such an option breaks everything.

Ignore portlint and use "USE+GCC=4.2+" as the port will compile with just about
any valid C compiler.
This commit is contained in:
David Naylor 2013-07-28 20:39:43 +00:00
parent 66e327d6b8
commit 715729d474
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323854

View file

@ -67,7 +67,7 @@ LOCALBASE_REFIX= \
.if ${CC:T} == cc && ( exists(/usr/bin/clang) || exists(${LOCALBASE}/clang) )
CC= clang
.else
USE_GCC= yes+
USE_GCC= 4.2+
.endif
.endif