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

15 lines
438 B
Plaintext
Raw Normal View History

$OpenBSD: patch-gfx_src_thebes_Makefile_in,v 1.1 2008/11/20 23:41:32 martynas Exp $
--- gfx/src/thebes/Makefile.in.orig Mon Feb 18 10:50:16 2008
+++ gfx/src/thebes/Makefile.in Sun Apr 13 18:36:03 2008
@@ -153,6 +153,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