aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2011-07-05 21:14:20 +0000
committerChris Rees <crees@FreeBSD.org>2011-07-05 21:14:20 +0000
commit19cb23bf04680d5c04954bb5b66364ec9e31c723 (patch)
tree3f3db40af4e8d3057eefcb3a919c68a990209260 /mail
parent47a9c11929ebc97fbaaf21f37bca03fa274dbf72 (diff)
downloadports-19cb23bf04680d5c04954bb5b66364ec9e31c723.tar.gz
ports-19cb23bf04680d5c04954bb5b66364ec9e31c723.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird3/files/patch-mailnews-extensions-smime-build-Makefile.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/thunderbird3/files/patch-mailnews-extensions-smime-build-Makefile.in b/mail/thunderbird3/files/patch-mailnews-extensions-smime-build-Makefile.in
new file mode 100644
index 000000000000..ea86be4a2eef
--- /dev/null
+++ b/mail/thunderbird3/files/patch-mailnews-extensions-smime-build-Makefile.in
@@ -0,0 +1,16 @@
+$FreeBSD$
+
+This is from ports/156912; it fixes the build failure due to the gmake-3.81-ism
+in mailnews/extensions/smime/build/Makefile.in
+
+--- mailnews/extensions/smime/build/Makefile.in.orig 2011-05-09 18:49:18.458634807 +0100
++++ mailnews/extensions/smime/build/Makefile.in 2011-05-09 18:50:07.015309434 +0100
+@@ -81,7 +81,7 @@
+ $(NULL)
+
+ ifndef MOZ_STATIC_MAIL_BUILD
+-SHARED_LIBRARY_LIBS + = ../../../base/util/$(LIB_PREFIX)msgbsutl_s.$(LIB_SUFFIX)
++SHARED_LIBRARY_LIBS += ../../../base/util/$(LIB_PREFIX)msgbsutl_s.$(LIB_SUFFIX)
+ endif
+
+ ifdef MOZILLA_INTERNAL_API