summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird/patches/patch-as')
-rw-r--r--mail/thunderbird/patches/patch-as13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/thunderbird/patches/patch-as b/mail/thunderbird/patches/patch-as
new file mode 100644
index 00000000000..992a23f2a5f
--- /dev/null
+++ b/mail/thunderbird/patches/patch-as
@@ -0,0 +1,13 @@
+$NetBSD: patch-as,v 1.3 2006/10/20 12:45:13 tron Exp $
+
+--- build/autoconf/mozconfig2configure.orig 2006-02-22 16:41:28.000000000 +0000
++++ build/autoconf/mozconfig2configure 2006-10-20 12:26:11.000000000 +0100
+@@ -79,7 +79,7 @@
+ ac_add_app_options() {
+ APP=$1
+ shift;
+- if [ "$APP" == "$MOZ_BUILD_APP" ]; then
++ if [ "$APP" = "$MOZ_BUILD_APP" ]; then
+ ac_add_options "$*";
+ fi
+ }