ff4e0c3f66
- see http://www.mozilla.org/en-US/firefox/12.0/releasenotes/ for details - two patches moved (patch-widget_src_xpwidgets_nsPrintSettingsImpl_cpp and patch-widget_src_gtk2_Makefile_in) - add two new patches for bug #691898 (patch-js_src_jsapi_cpp and /patch-js_src_jsprvtd_h) - add patch-gfx_thebes_gfxPlatform_cpp to workaround regression introduced in bug #715658, which prevents one from building against systemwide cairo. - patch-extensions_auth_nsAuthGSSAPI_cpp from bug #667325 got merged - patch-js_src_js-config_h_in and patch-js_src_jscpucfg_h from #714312 got merged - patch-ipc_chromium_src_base_dir_reader_posix_ -from #714315 got merged
15 lines
429 B
Plaintext
15 lines
429 B
Plaintext
$OpenBSD: patch-gfx_thebes_Makefile_in,v 1.8 2012/04/30 15:28:42 landry Exp $
|
|
--- gfx/thebes/Makefile.in.orig Sat Apr 21 00:03:51 2012
|
|
+++ gfx/thebes/Makefile.in Wed Apr 25 12:51:55 2012
|
|
@@ -387,6 +387,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
|