- see http://www.mozilla.org/en-US/thunderbird/15.0/releasenotes/ - 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 - garbage collect sunbird.desktop since it's unlikely sunbird will ever build from tb again..
12 lines
458 B
Plaintext
12 lines
458 B
Plaintext
$OpenBSD: patch-mozilla_parser_html_Makefile_in,v 1.8 2012/09/01 14:22:45 landry Exp $
|
|
--- mozilla/parser/html/Makefile.in.orig Sat Aug 25 02:31:27 2012
|
|
+++ mozilla/parser/html/Makefile.in Sat Sep 1 01:59:39 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
|