diff options
author | tijl <tijl@FreeBSD.org> | 2013-10-08 22:59:55 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2013-10-08 22:59:55 +0800 |
commit | c65282b5c6c8e19a88307795d64bc05b2cae2c1d (patch) | |
tree | 2d30d7e6ee84002948137fe5ba9730f032a062ae /lang | |
parent | 44c21b4fb6edffb9d2fd72026353b711d29c0a0e (diff) | |
download | freebsd-ports-gnome-c65282b5c6c8e19a88307795d64bc05b2cae2c1d.tar.gz freebsd-ports-gnome-c65282b5c6c8e19a88307795d64bc05b2cae2c1d.tar.zst freebsd-ports-gnome-c65282b5c6c8e19a88307795d64bc05b2cae2c1d.zip |
Remove USE_GCC=4.2+ and fix build with libc++ by importing upstream r178240.
Approved by: brooks (maintainer)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/clang31/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/clang31/Makefile b/lang/clang31/Makefile index cb73dc2444c9..02a15ce00ea5 100644 --- a/lang/clang31/Makefile +++ b/lang/clang31/Makefile @@ -3,6 +3,7 @@ PORTNAME= clang31 PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= lang devel MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/ DISTNAME= clang-${PORTVERSION}.src @@ -35,7 +36,6 @@ BUILD_DEPENDS+= f2c:${PORTSDIR}/lang/f2c GNU_CONFIGURE= yes USES= gmake perl5 -USE_GCC= 4.2+ USE_LDCONFIG= yes USE_PYTHON= yes |