openbsd-ports/www/mozilla-firefox/patches/patch-gfx_src_thebes_Makefile_in
landry ddd3e93eae Lo and behold, update to mozilla-firefox 4.0 !
Too much changes to list them, just enjoy it. Thanks to the ones who
tested the betas/rc.
ok jasper@
2011-03-30 21:39:14 +00:00

15 lines
436 B
Plaintext

$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