summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-ec
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/patches/patch-ec')
-rw-r--r--www/firefox/patches/patch-ec13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/firefox/patches/patch-ec b/www/firefox/patches/patch-ec
new file mode 100644
index 00000000000..21892ed10fd
--- /dev/null
+++ b/www/firefox/patches/patch-ec
@@ -0,0 +1,13 @@
+$NetBSD: patch-ec,v 1.1 2006/10/16 12:09:13 seb Exp $
+
+--- build/autoconf/mozconfig2configure.orig 2006-02-22 16:41:28.000000000 +0000
++++ build/autoconf/mozconfig2configure
+@@ -79,7 +79,7 @@ ac_add_options() {
+ ac_add_app_options() {
+ APP=$1
+ shift;
+- if [ "$APP" == "$MOZ_BUILD_APP" ]; then
++ if [ "$APP" = "$MOZ_BUILD_APP" ]; then
+ ac_add_options "$*";
+ fi
+ }