openbsd-ports/www/seamonkey/patches/patch-mozilla_parser_html_Makefile_in
landry 4026e2478b Update to seamonkey 2.2, based on Firefox/Thunderbird/Gecko 5.
See http://www.seamonkey-project.org/releases/seamonkey2.2/ for details.
- sync ipc patches from Firefox
- remove a bunch of useless patches
- install under lib/seamonkey-2.2 instead of using our homegrown install
  target.
- install langpacks as plain xpi instead of unzipping them, greatly
  shrinking PLIST
2011-07-24 07:31:57 +00:00

11 lines
457 B
Plaintext

$OpenBSD: patch-mozilla_parser_html_Makefile_in,v 1.1 2011/07/24 07:31:57 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