openbsd-ports/www/firefox36/patches/patch-gfx_src_thebes_Makefile_in

15 lines
436 B
Plaintext
Raw Normal View History

$OpenBSD: patch-gfx_src_thebes_Makefile_in,v 1.3 2011/03/26 10:58:36 landry Exp $
--- gfx/src/thebes/Makefile.in.orig Wed Jan 6 05:35:16 2010
+++ gfx/src/thebes/Makefile.in Sun Jan 10 17:47:26 2010
@@ -149,6 +149,10 @@ DEFINES += -DMOZ_ENABLE_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