summaryrefslogtreecommitdiff
path: root/misc/openoffice3/patches/patch-ec
diff options
context:
space:
mode:
Diffstat (limited to 'misc/openoffice3/patches/patch-ec')
-rw-r--r--misc/openoffice3/patches/patch-ec13
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/openoffice3/patches/patch-ec b/misc/openoffice3/patches/patch-ec
deleted file mode 100644
index bd0367c3127..00000000000
--- a/misc/openoffice3/patches/patch-ec
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ec,v 1.1 2008/10/20 23:03:25 hira Exp $
-
---- shell/source/unix/misc/open-url.sh.orig 2008-10-21 07:41:00.000000000 +0900
-+++ shell/source/unix/misc/open-url.sh 2008-10-21 07:41:22.000000000 +0900
-@@ -69,7 +69,7 @@
- exit 0
- else
- # mozilla derivates may need -remote semantics
-- for i in firefox mozilla netscape; do
-+ for i in @MOZ_FLAVOUR@ firefox mozilla netscape; do
- browser=`which $i`
- if [ ! -z "$browser" ]; then
- run_mozilla "$browser" "$1"