diff options
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 6 |
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}!="" |