Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2014 11:43:27 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1740 - branches/firefox33/www/firefox trunk/www/firefox
Message-ID:  <201410231143.s9NBhR0L056065@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Oct 23 11:43:26 2014
New Revision: 1740

Log:
backout the last commit, bug 193799 is specific to gcc which r1737 may fix

Modified:
   branches/firefox33/www/firefox/Makefile.options
   trunk/www/firefox/Makefile.options

Modified: branches/firefox33/www/firefox/Makefile.options
==============================================================================
--- branches/firefox33/www/firefox/Makefile.options	Wed Oct 22 21:58:23 2014	(r1739)
+++ branches/firefox33/www/firefox/Makefile.options	Thu Oct 23 11:43:26 2014	(r1740)
@@ -2,7 +2,7 @@
 
 OPTIONS_DEFINE+=	DBUS DEBUG DTRACE GCONF GIO GNOMEUI GNOMEVFS2 GSTREAMER \
 			LIBPROXY LOGGING OPTIMIZED_CFLAGS PGO PROFILE TEST
-OPTIONS_DEFAULT+=	ALSA DBUS GIO GSTREAMER LOGGING
+OPTIONS_DEFAULT+=	ALSA DBUS GIO GSTREAMER LOGGING OPTIMIZED_CFLAGS
 
 OPTIONS_MULTI+=		AUDIO
 OPTIONS_MULTI_AUDIO=	ALSA PULSEAUDIO

Modified: trunk/www/firefox/Makefile.options
==============================================================================
--- trunk/www/firefox/Makefile.options	Wed Oct 22 21:58:23 2014	(r1739)
+++ trunk/www/firefox/Makefile.options	Thu Oct 23 11:43:26 2014	(r1740)
@@ -2,7 +2,7 @@
 
 OPTIONS_DEFINE+=	DBUS DEBUG DTRACE GCONF GIO GNOMEUI GNOMEVFS2 GSTREAMER \
 			LIBPROXY LOGGING OPTIMIZED_CFLAGS PGO PROFILE TEST
-OPTIONS_DEFAULT+=	ALSA DBUS GIO GSTREAMER LOGGING
+OPTIONS_DEFAULT+=	ALSA DBUS GIO GSTREAMER LOGGING OPTIMIZED_CFLAGS
 
 OPTIONS_MULTI+=		AUDIO
 OPTIONS_MULTI_AUDIO=	ALSA PULSEAUDIO



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410231143.s9NBhR0L056065>