See http://www.mozilla.org/en-US/thunderbird/12.0/releasenotes/ Same comments as for firefox 12, only to mention that .0.1 is a bugfix release to fix POP issues introduced in 12.0. Tested by nigel@ (thanks!)
16 lines
458 B
Plaintext
16 lines
458 B
Plaintext
$OpenBSD: patch-mozilla_gfx_thebes_Makefile_in,v 1.8 2012/04/30 15:32:06 landry Exp $
|
|
????
|
|
--- mozilla/gfx/thebes/Makefile.in.orig Sat Apr 21 00:40:03 2012
|
|
+++ mozilla/gfx/thebes/Makefile.in Wed Apr 25 17:50:11 2012
|
|
@@ -387,6 +387,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
|