openbsd-ports/mail/mozilla-thunderbird/patches/patch-mozilla_parser_html_Makefile_in
landry d6fe9b934c Update to thunderbird 15.0/lightning 1.7b1/enigmail 1.4.4.
- 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 , merged upstream (mfbt/double-conversion)
- remove patches from , 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..
2012-09-01 14:22:45 +00:00

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