openbsd-ports/www/mozilla-firefox/patches/patch-gfx_thebes_Makefile_in
2011-10-03 21:06:09 +00:00

15 lines
429 B
Plaintext

$OpenBSD: patch-gfx_thebes_Makefile_in,v 1.3 2011/10/03 21:06:09 landry Exp $
--- gfx/thebes/Makefile.in.orig Thu Aug 25 02:36:49 2011
+++ gfx/thebes/Makefile.in Mon Aug 29 14:54:47 2011
@@ -383,6 +383,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