openbsd-ports/www/mozilla-firefox/patches/patch-gfx_thebes_Makefile_in

15 lines
429 B
Plaintext
Raw Normal View History

$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