openbsd-ports/www/firefox36/patches/patch-parser_html_Makefile_in
naddy 1090f160fd Import Firefox 3.6.2. Work in progress, not linked to the build.
Builds and runs on amd64 and i386, needs work elsewhere.
From martynas@ for 3.6; slightly updated by yours truly.
2010-03-29 20:44:08 +00:00

13 lines
429 B
Plaintext

$OpenBSD: patch-parser_html_Makefile_in,v 1.1.1.1 2010/03/29 20:44:12 naddy Exp $
gcc runs out of memory with optimization.
--- parser/html/Makefile.in.orig Sat Mar 27 20:59:47 2010
+++ parser/html/Makefile.in Sat Mar 27 21:01:04 2010
@@ -98,3 +98,5 @@ include $(topsrcdir)/config/rules.mk
INCLUDES += \
-I$(srcdir)/../../content/base/src \
$(NULL)
+
+nsHtml5NamedCharacters.o: CXXFLAGS := $(filter-out -O%,$(CXXFLAGS))