Hi!
Attached patch fixes, or at least makes the build progress longer,
thunderbird when compiled with the upcoming clang 3.4.
See https://bugzilla.mozilla.org/show_bug.cgi?id=894240 for details.
It's needed both in the dev repo and the ports repo.
Regards!
-- 
Niclas Zeising
Index: thunderbird/files/patch-mozilla_js_src_shell_jsoptparse.cpp
===================================================================
--- thunderbird/files/patch-mozilla_js_src_shell_jsoptparse.cpp	(revision 0)
+++ thunderbird/files/patch-mozilla_js_src_shell_jsoptparse.cpp	(working copy)
@@ -0,0 +1,11 @@
+--- mozilla/js/src/shell/jsoptparse.cpp.orig	2014-01-22 15:07:02.645224977 +0100
++++ mozilla/js/src/shell/jsoptparse.cpp	2014-01-22 15:07:11.179225750 +0100
+@@ -253,7 +253,7 @@
+     char *eq = strchr(argv[*i], '=');
+     if (eq) {
+         *value = eq + 1;
+-        if (value[0] == '\0')
++        if (*value[0] == '\0')
+             return error("A value is required for option %.*s", eq - argv[*i], argv[*i]);
+         return Okay;
+     }

Property changes on: thunderbird/files/patch-mozilla_js_src_shell_jsoptparse.cpp
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to