aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2012-06-19 18:23:11 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2012-06-19 18:23:11 +0000
commit67fb64f0eed55a6ef9c836f6bbabe29d6c43557d (patch)
treeb7b1f69b24237d7f2ff31a61607f433ce01425eb /www
parent575c57e1dca068bb46433d7898c2f7973a503f58 (diff)
Notes
Diffstat (limited to 'www')
-rw-r--r--www/firefox/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 2c136cb64ecf..ffb06e6d5445 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -36,7 +36,7 @@ MAKE_JOBS_SAFE= yes
WANT_GNOME= yes
ALL_TARGET= default
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
-EXTRA_CFLAGS= -O2
+EXTRA_CFLAGS= -O0
HAS_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
@@ -58,10 +58,6 @@ OPTIONS= DBUS "Enable D-BUS support" on \
.include <bsd.port.pre.mk>
-.if empty(CXX:M*clang++*) && ${OSVERSION} > 900000
-USE_GCC= 4.6+
-.endif
-
WRKSRC:= ${WRKDIR}/mozilla-release
.if ${HAVE_GNOME:Mlibgnomeui}!=""