summaryrefslogtreecommitdiff
path: root/www/seamonkey/files/patch-mozilla-content-base-src-nsTextFragmentImpl.h
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2013-01-10 22:29:23 +0000
committerFlorian Smeets <flo@FreeBSD.org>2013-01-10 22:29:23 +0000
commite676e2910f592704af67424758ebd4cfdff9ebcd (patch)
treedd14b47bf2d53036668a1976cb68d74952705242 /www/seamonkey/files/patch-mozilla-content-base-src-nsTextFragmentImpl.h
parent- bump PORTREVISION since shlib version of gflags was changed (diff)
- update www/firefox to 18.0
- update www/firefox-esr to 17.0.2 - update www/seamonkey to 2.15 (enigmail to 1.5.0) - remove QT4 option to avoid confusion (it turned out to be too experimental) In collaboration with: Jan Beich <jbeich@tormail.org> Security: http://www.vuxml.org/freebsd/a4ed6632-5aa9-11e2-8fcb-c8600054b392.html
Notes
Notes: svn path=/head/; revision=310207
Diffstat (limited to 'www/seamonkey/files/patch-mozilla-content-base-src-nsTextFragmentImpl.h')
-rw-r--r--www/seamonkey/files/patch-mozilla-content-base-src-nsTextFragmentImpl.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/seamonkey/files/patch-mozilla-content-base-src-nsTextFragmentImpl.h b/www/seamonkey/files/patch-mozilla-content-base-src-nsTextFragmentImpl.h
new file mode 100644
index 000000000000..b799ff5fb83f
--- /dev/null
+++ b/www/seamonkey/files/patch-mozilla-content-base-src-nsTextFragmentImpl.h
@@ -0,0 +1,14 @@
+--- mozilla/content/base/src/nsTextFragmentImpl.h.orig 2013-01-05 00:44:29.000000000 +0100
++++ mozilla/content/base/src/nsTextFragmentImpl.h 2013-01-10 13:02:12.291088273 +0100
+@@ -16,7 +16,11 @@
+ };
+
+ template<> struct Non8BitParameters<8> {
++#if !defined(__clang__) && defined(__GNUC__) && __GNUC_MINOR__ <= 2
++ static inline size_t mask() { return 0xff00ff00ff00ff00ULL; }
++#else
+ static inline size_t mask() { return 0xff00ff00ff00ff00; }
++#endif
+ static inline uint32_t alignMask() { return 0x7; }
+ static inline uint32_t numUnicharsPerWord() { return 4; }
+ };