From ec4fcd4b2ae992fc8b3cedac4e53df84bbdf643d Mon Sep 17 00:00:00 2001 From: Florian Smeets Date: Wed, 18 Sep 2013 22:40:57 +0000 Subject: - update firefox, thunderbird and libxul to 24.0 - update seamonkey to 2.21 - update firefox-esr to 17.0.9 - enable GSTREAMER by default for html5 with h264/aac/mp3 - WEBRTC is now always built - add PROFILE and TESTS options Security: 7dfed67b-20aa-11e3-b8d8-0025905a4771 In collaboration with: Jan Beich --- mail/thunderbird/files/patch-ldap-xpcom-src-Makefile.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mail/thunderbird/files/patch-ldap-xpcom-src-Makefile.in (limited to 'mail/thunderbird/files/patch-ldap-xpcom-src-Makefile.in') diff --git a/mail/thunderbird/files/patch-ldap-xpcom-src-Makefile.in b/mail/thunderbird/files/patch-ldap-xpcom-src-Makefile.in new file mode 100644 index 000000000000..dc1db6b622e9 --- /dev/null +++ b/mail/thunderbird/files/patch-ldap-xpcom-src-Makefile.in @@ -0,0 +1,13 @@ +--- ldap/xpcom/src/Makefile.in.orig 2012-03-12 10:25:35.000000000 +0100 ++++ ldap/xpcom/src/Makefile.in 2012-03-12 10:26:09.000000000 +0100 +@@ -89,6 +89,10 @@ + $(NULL) + endif + ++ifeq ($(OS_ARCH), FreeBSD) ++EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lpthread ++endif ++ + EXTRA_DSO_LDOPTS += $(LDAP_LIBS) + ifndef MOZ_INCOMPLETE_EXTERNAL_LINKAGE + EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) -- cgit v1.2.3