openbsd-ports/www/fennec/patches/patch-gfx_thebes_Makefile_in
landry 540844ce5f Update to fennec 10.0.4. There likely wont be any releases from newer
branches, since desktop fennec is abandoned in favor of fennec with
native ui on android (hence, not targeted at other oses...)
2012-04-30 15:40:31 +00:00

15 lines
429 B
Plaintext

$OpenBSD: patch-gfx_thebes_Makefile_in,v 1.6 2012/04/30 15:40:31 landry Exp $
--- gfx/thebes/Makefile.in.orig Fri Apr 20 23:52:33 2012
+++ gfx/thebes/Makefile.in Thu Apr 26 20:29:44 2012
@@ -385,6 +385,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