diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2015-01-14 08:06:43 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2015-01-14 08:06:43 +0000 |
commit | 7483da328d17b5d766e5b026b06266e1ac09a580 (patch) | |
tree | 765357df2fbaa48356ce21607d5cc39741229da2 /mail/thunderbird/files/patch-ldap-xpcom-src-Makefile.in | |
parent | Document mozilla vulnerabilities (diff) |
- Update openh264 to 1.3.1
- Update Thunderbird to 31.4.0
- Update Firefox to 35.0
- Update Firefox ESR to 31.4.0
- Update libxul to 31.4.0
Submitted by: Jan Beich
MFH: 2015Q1
Security: http://www.vuxml.org/freebsd/bd62c640-9bb9-11e4-a5ad-000c297fb80f.html
Notes
Notes:
svn path=/head/; revision=376999
Diffstat (limited to 'mail/thunderbird/files/patch-ldap-xpcom-src-Makefile.in')
-rw-r--r-- | mail/thunderbird/files/patch-ldap-xpcom-src-Makefile.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/thunderbird/files/patch-ldap-xpcom-src-Makefile.in b/mail/thunderbird/files/patch-ldap-xpcom-src-Makefile.in deleted file mode 100644 index dc1db6b622e9..000000000000 --- a/mail/thunderbird/files/patch-ldap-xpcom-src-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- 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) |