aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misc/bidwatcher/files/patch-bidwatcher.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/bidwatcher/files/patch-bidwatcher.cpp b/misc/bidwatcher/files/patch-bidwatcher.cpp
new file mode 100644
index 000000000000..c38826f31fe2
--- /dev/null
+++ b/misc/bidwatcher/files/patch-bidwatcher.cpp
@@ -0,0 +1,7 @@
+--- bidwatcher.cpp.orig Mon Aug 30 18:03:34 2004
++++ bidwatcher.cpp Sat Oct 30 20:00:20 2004
+@@ -2972,2 +2972,2 @@
+- else if (strstr(browserPATH, "mozilla") != NULL) {
+- // Try to find mozilla.
++ else if (strcasestr(browserPATH, "mozilla") != NULL || strcasestr(browserPATH, "fire") != NULL) {
++ // Try to find mozilla, firefox, or firebird.