aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-09-08 06:48:53 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-09-08 06:48:53 +0000
commita6395dab99fc0a0e17f205ba808a9d248b033ad4 (patch)
tree03ae9cefeab6b81f0b2625dfaca8d7a7aef28fc9 /www/seamonkey
parent69aa96343a6305321527461ea576b40ca0fcad9b (diff)
downloadports-a6395dab99fc0a0e17f205ba808a9d248b033ad4.tar.gz
ports-a6395dab99fc0a0e17f205ba808a9d248b033ad4.zip
Notes
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/Makefile2
-rw-r--r--www/seamonkey/files/patch-bug123403313
2 files changed, 14 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index 9aacf3d110b5..fa701a7e45c6 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -4,7 +4,7 @@
PORTNAME= seamonkey
DISTVERSION= 2.39
MOZILLA_VER= 42 # above + 3
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES?= www mail news editors irc ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
diff --git a/www/seamonkey/files/patch-bug1234033 b/www/seamonkey/files/patch-bug1234033
new file mode 100644
index 000000000000..4e5b8c79041a
--- /dev/null
+++ b/www/seamonkey/files/patch-bug1234033
@@ -0,0 +1,13 @@
+diff --git toolkit/mozapps/update/updater/updater.cpp toolkit/mozapps/update/updater/updater.cpp
+index bb0834c..6ef82a1 100644
+--- mozilla/toolkit/mozapps/update/updater/updater.cpp
++++ mozilla/toolkit/mozapps/update/updater/updater.cpp
+@@ -157,7 +157,7 @@ BOOL PathGetSiblingFilePath(LPWSTR destinationBuffer,
+ // declare it here to avoid including that entire header file.
+ #define BZ2_CRC32TABLE_UNDECLARED
+
+-#if MOZ_IS_GCC
++#if MOZ_IS_GCC || defined(__clang__)
+ extern "C" __attribute__((visibility("default"))) unsigned int BZ2_crc32Table[256];
+ #undef BZ2_CRC32TABLE_UNDECLARED
+ #elif defined(__SUNPRO_C) || defined(__SUNPRO_CC)