summaryrefslogtreecommitdiff
path: root/lang/pypy
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2013-07-28 20:39:43 +0000
committerDavid Naylor <dbn@FreeBSD.org>2013-07-28 20:39:43 +0000
commit715729d4742df27430199a4d772aad55e9d661bc (patch)
treedaffc095ccc00f9290ca7929c1598a9daba573e3 /lang/pypy
parentAdd new port math/ent: (diff)
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.
Notes
Notes: svn path=/head/; revision=323854
Diffstat (limited to 'lang/pypy')
-rw-r--r--lang/pypy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile
index abde358fd9ee..b0ce48d1da82 100644
--- a/lang/pypy/Makefile
+++ b/lang/pypy/Makefile
@@ -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