diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-10-31 03:03:18 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-10-31 03:03:18 +0000 |
commit | cd68b89c1e13c09c30086edbc040d2af5e30116a (patch) | |
tree | af67e53c44bbb24d6e3c184be56d6c1f9bb4886d /misc/bidwatcher | |
parent | 169b2b84da66e427a80d6178acf00b656a4b41bf (diff) | |
download | ports-cd68b89c1e13c09c30086edbc040d2af5e30116a.tar.gz ports-cd68b89c1e13c09c30086edbc040d2af5e30116a.zip |
Notes
Diffstat (limited to 'misc/bidwatcher')
-rw-r--r-- | misc/bidwatcher/files/patch-bidwatcher.cpp | 7 |
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. |