3d95990410
- Fixes MFSA 2012-12->19 - see http://www.mozilla.org/en-US/firefox/11.0/releasenotes/ - complete patchset for #691898, still fixes build on ppc (and hopefully commited in firefox 14...) - add patchset from #706955, workarounds #669050 (xpcshell hangs during make install and chokes on CSPUtils.csm, threads related..) - remove obsolete/commited patches
15 lines
429 B
Plaintext
15 lines
429 B
Plaintext
$OpenBSD: patch-gfx_thebes_Makefile_in,v 1.7 2012/03/16 21:31:24 landry Exp $
|
|
--- gfx/thebes/Makefile.in.orig Thu Feb 2 00:39:03 2012
|
|
+++ gfx/thebes/Makefile.in Tue Feb 14 18:42:02 2012
|
|
@@ -403,6 +403,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
|