openbsd-ports/www/mozilla-firefox/patches/patch-gfx_thebes_Makefile_in
landry 2e2cfce7ed Update to firefox 6.0.
See http://www.mozilla.com/en-US/firefox/6.0/releasenotes/.
Remove patches merged upstream (#648721, #651461, #643122, #634609 and
maybe others).
ok rpointel@
2011-08-23 20:14:52 +00:00

15 lines
429 B
Plaintext

$OpenBSD: patch-gfx_thebes_Makefile_in,v 1.2 2011/08/23 20:14:52 landry Exp $
--- gfx/thebes/Makefile.in.orig Fri Jul 22 00:18:38 2011
+++ gfx/thebes/Makefile.in Sat Jul 30 15:37:43 2011
@@ -436,6 +436,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