openbsd-ports/www/mozilla-firefox/patches/patch-parser_html_Makefile_in
landry ddd3e93eae Lo and behold, update to mozilla-firefox 4.0 !
Too much changes to list them, just enjoy it. Thanks to the ones who
tested the betas/rc.
ok jasper@
2011-03-30 21:39:14 +00:00

14 lines
477 B
Plaintext

$OpenBSD: patch-parser_html_Makefile_in,v 1.3 2011/03/30 21:39:14 landry Exp $
gcc runs out of memory with optimization.
--- parser/html/Makefile.in.orig Wed Dec 15 02:03:34 2010
+++ parser/html/Makefile.in Wed Dec 22 22:33:03 2010
@@ -98,3 +98,6 @@ include $(topsrcdir)/config/rules.mk
INCLUDES += \
-I$(srcdir)/../../content/base/src \
$(NULL)
+
+nsHtml5NamedCharacters.o: CXXFLAGS := $(filter-out -O%,$(CXXFLAGS))
+nsHtml5ElementName.o: CXXFLAGS := $(CXXFLAGS) -O1