openbsd-ports/www/mozilla-firefox/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/30 21:39:14 landry Exp $
--- gfx/src/thebes/Makefile.in.orig Wed Jul 21 02:52:13 2010
+++ gfx/src/thebes/Makefile.in Sun Aug 1 12:32:32 2010
@@ -131,6 +131,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