summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2012-06-07 06:46:12 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2012-06-07 06:46:12 +0000
commit5e14eb54eb98fdaf764b030cd61a33aff70cdbbe (patch)
treecf0131a8171975cf5f006a7c566882ff1990be67 /www
parentRemove wu-ftpd+ipv6. The upstream disapear and distfile is no more available. (diff)
- Don't depend on GCC 4.6 if clang is used
Reported by: Niclas Zeising <zeising AT daemonic.se> Tested by: Niclas Zeising <zeising AT daemonic.se>, fluffy@, jkim@
Notes
Notes: svn path=/head/; revision=298665
Diffstat (limited to 'www')
-rw-r--r--www/firefox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index e571ca3fce7f..7d64e38db885 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -58,7 +58,7 @@ OPTIONS= DBUS "Enable D-BUS support" on \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} > 900000
+.if empty(CXX:M*clang++*) && ${OSVERSION} > 900000
USE_GCC= 4.6+
.endif