summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-el
diff options
context:
space:
mode:
Diffstat (limited to 'time/sunbird/patches/patch-el')
-rw-r--r--time/sunbird/patches/patch-el13
1 files changed, 13 insertions, 0 deletions
diff --git a/time/sunbird/patches/patch-el b/time/sunbird/patches/patch-el
new file mode 100644
index 00000000000..46860ee1959
--- /dev/null
+++ b/time/sunbird/patches/patch-el
@@ -0,0 +1,13 @@
+$NetBSD: patch-el,v 1.1 2006/10/17 20:20:26 rillig Exp $
+
+--- build/autoconf/mozconfig2configure.orig 2006-02-23 10:36:14.000000000 +0100
++++ build/autoconf/mozconfig2configure 2006-10-17 22:00:31.000000000 +0200
+@@ -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
+ }