openbsd-ports/mail/mozilla-thunderbird/patches/patch-mozilla_parser_html_Makefile_in
landry 28bb810af5 Update to thunderbird 3.1.1, tested by a few people on ports@ (and myself...)
Merge patches for 1.9.2 mozilla branch from firefox 3.6.x port.
While here, build lightning as a subpackage using --enable-calendar.
Add @pkgpath/@conflict markers for seamless upgrades.
2010-07-27 17:01:16 +00:00

11 lines
457 B
Plaintext

$OpenBSD: patch-mozilla_parser_html_Makefile_in,v 1.1 2010/07/27 17:01:16 landry Exp $
--- mozilla/parser/html/Makefile.in.orig Wed Jul 7 09:09:17 2010
+++ mozilla/parser/html/Makefile.in Wed Jul 7 09:09:47 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