59316de88a
- see http://www.seamonkey-project.org/releases/seamonkey2.12/ - garbage collect nsSound.cpp, the original one uses libcanberra properly and thus sndio. - remove patch from #750620, merged upstream (mfbt/double-conversion) - remove patches from #691898, merged upstream (yarr jit ppc) - remove useless crashreporter patch, we don't have breakpad
12 lines
458 B
Plaintext
12 lines
458 B
Plaintext
$OpenBSD: patch-mozilla_parser_html_Makefile_in,v 1.8 2012/09/01 14:10:03 landry Exp $
|
|
--- mozilla/parser/html/Makefile.in.orig Mon Aug 27 06:49:28 2012
|
|
+++ mozilla/parser/html/Makefile.in Sat Sep 1 02:00:14 2012
|
|
@@ -96,4 +96,7 @@ INCLUDES += \
|
|
-I$(srcdir)/../../content/base/src \
|
|
$(NULL)
|
|
|
|
+nsHtml5NamedCharacters.o: CXXFLAGS := $(filter-out -O%,$(CXXFLAGS))
|
|
+nsHtml5ElementName.o: CXXFLAGS := $(CXXFLAGS) -O1
|
|
+
|
|
#DEFINES += -DENABLE_VOID_MENUITEM
|