4026e2478b
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
16 lines
458 B
Plaintext
16 lines
458 B
Plaintext
$OpenBSD: patch-mozilla_gfx_thebes_Makefile_in,v 1.1 2011/07/24 07:31:57 landry Exp $
|
|
????
|
|
--- mozilla/gfx/thebes/Makefile.in.orig Mon May 30 14:30:26 2011
|
|
+++ mozilla/gfx/thebes/Makefile.in Mon May 30 14:30:53 2011
|
|
@@ -443,6 +443,10 @@ ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
|
|
CXXFLAGS += $(MOZ_PANGO_CFLAGS)
|
|
endif
|
|
|
|
+ifdef MOZ_ENABLE_COREXFONTS
|
|
+EXTRA_DSO_LDOPTS += -lpangox-1.0
|
|
+endif
|
|
+
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
|
|
CXXFLAGS += $(CAIRO_FT_CFLAGS)
|
|
endif
|