pkgsrc/mail/thunderbird10/patches/patch-mozilla_js_src_yarr_pcre_pcre.h
ryoon 5231a1ae47 Import thunderbird10-10.0.3 as mail/thunderbird10
* This is ESR (Extended Support Release) version.
* Fix security bugs
2012-03-15 09:45:26 +00:00

14 lines
435 B
C

$NetBSD: patch-mozilla_js_src_yarr_pcre_pcre.h,v 1.1.1.1 2012/03/15 09:45:29 ryoon Exp $
--- mozilla/js/src/yarr/pcre/pcre.h.orig 2012-02-16 10:25:08.000000000 +0000
+++ mozilla/js/src/yarr/pcre/pcre.h
@@ -46,7 +46,9 @@ POSSIBILITY OF SUCH DAMAGE.
#include "assembler/wtf/Platform.h"
#include "jsstr.h"
#include "jsprvtd.h"
+#if ENABLE_ASSEMBLER
#include "jstl.h"
+#endif
typedef jschar UChar;
typedef JSLinearString UString;