openbsd-ports/www/fennec/patches/patch-gfx_thebes_Makefile_in
nigel 88bc52d7de Update fennec to 9.0
Change for macppc from mpi@

Ok landry@ stsp@ mpi@
2012-01-11 02:17:13 +00:00

15 lines
428 B
Plaintext

$OpenBSD: patch-gfx_thebes_Makefile_in,v 1.4 2012/01/11 02:17:13 nigel Exp $
--- gfx/thebes/Makefile.in.orig Fri Dec 16 21:59:10 2011
+++ gfx/thebes/Makefile.in Thu Dec 22 00:39:32 2011
@@ -382,6 +382,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