summaryrefslogtreecommitdiff
path: root/mail/thunderbird45/patches/patch-mozilla_build_autoconf_compiler-opts.m4
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird45/patches/patch-mozilla_build_autoconf_compiler-opts.m4')
-rw-r--r--mail/thunderbird45/patches/patch-mozilla_build_autoconf_compiler-opts.m419
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/thunderbird45/patches/patch-mozilla_build_autoconf_compiler-opts.m4 b/mail/thunderbird45/patches/patch-mozilla_build_autoconf_compiler-opts.m4
new file mode 100644
index 00000000000..964ad04d2da
--- /dev/null
+++ b/mail/thunderbird45/patches/patch-mozilla_build_autoconf_compiler-opts.m4
@@ -0,0 +1,19 @@
+$NetBSD: patch-mozilla_build_autoconf_compiler-opts.m4,v 1.1 2017/04/27 13:38:18 ryoon Exp $
+
+--- mozilla/build/autoconf/compiler-opts.m4.orig 2016-04-07 21:33:17.000000000 +0000
++++ mozilla/build/autoconf/compiler-opts.m4
+@@ -53,14 +53,6 @@ case "$target" in
+ if test -z "$CXX"; then
+ MOZ_PATH_PROGS(CXX, clang++)
+ fi
+- IS_GCC=$($CC -v 2>&1 | grep gcc)
+- if test -n "$IS_GCC"
+- then
+- echo gcc is known to be broken on OS X, please use clang.
+- echo see http://developer.mozilla.org/en-US/docs/Developer_Guide/Build_Instructions/Mac_OS_X_Prerequisites
+- echo for more information.
+- exit 1
+- fi
+ ;;
+ esac
+ fi