17b63192b8
${LOCALBASE}/firefox36 with firefox36 binary. Needed for archs firefox 4 doesn't support (yet?). Yes, i'm looking at you sparc64. Not yet linked to the build.
14 lines
477 B
Plaintext
14 lines
477 B
Plaintext
$OpenBSD: patch-parser_html_Makefile_in,v 1.3 2011/03/26 10:58:36 landry Exp $
|
|
|
|
gcc runs out of memory with optimization.
|
|
|
|
--- parser/html/Makefile.in.orig Fri Apr 2 18:02:56 2010
|
|
+++ parser/html/Makefile.in Mon May 10 10:26:38 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
|