From 9aafe503d08e2766f5343cca1c13e96a47c6bd4c Mon Sep 17 00:00:00 2001 From: Florian Smeets Date: Tue, 20 Nov 2012 23:01:15 +0000 Subject: - Update firefox and thunderbird to 17.0 - Update seamonkey to 2.14 - Update ESR ports and libxul to 10.0.11 - support more h264 codecs when using GSTREAMER with YouTube - Unbreak firefox-esr, thunderbird-esr and libxul on head >= 1000024 [1] - Buildsystem is not python 3 aware, use python up to 2.7 [2] PR: ports/173679 [1] Submitted by: swills [1], demon [2] In collaboration with: Jan Beich Security: d23119df-335d-11e2-b64c-c8600054b392 Approved by: portmgr (beat) Feature safe: yes --- mail/thunderbird/files/patch-mozilla-js-src-js-confdefs.h.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mail/thunderbird/files/patch-mozilla-js-src-js-confdefs.h.in (limited to 'mail/thunderbird/files/patch-mozilla-js-src-js-confdefs.h.in') diff --git a/mail/thunderbird/files/patch-mozilla-js-src-js-confdefs.h.in b/mail/thunderbird/files/patch-mozilla-js-src-js-confdefs.h.in new file mode 100644 index 000000000000..6d7fa6c39ca6 --- /dev/null +++ b/mail/thunderbird/files/patch-mozilla-js-src-js-confdefs.h.in @@ -0,0 +1,10 @@ +--- mozilla/js/src/js-confdefs.h.in~ ++++ mozilla/js/src/js-confdefs.h.in +@@ -12,6 +12,7 @@ + * C++ implementations should define these macros only when __STDC_LIMIT_MACROS + * is defined before is included. */ + #define __STDC_LIMIT_MACROS ++#define __STDC_CONSTANT_MACROS + + #endif /* _JS_CONFDEFS_H_ */ + -- cgit v1.2.3