157f8379e5
- Change installation directory. - Reduce usage of ${WRKDIR}. - Use language packs to install multiple languages. - Install desktop files as symbolic links. - Pass MAKE_JOBS to dmake. - Fix build with PKG_DEVELOPER=yes (add missing rpath flag). - Fix PLIST without gtk2 option. - Fix browser plugin. - Fix open-url with firefox3 and seamonkey. - Shut up tar warning (remove leading /). - Use system openssl. - Use system icu. - Add lang-all option.
13 lines
502 B
Text
13 lines
502 B
Text
$NetBSD: patch-ec,v 1.1 2008/10/31 11:02:55 hira Exp $
|
|
|
|
--- shell/source/unix/misc/open-url.sh.orig 2008-10-31 10:47:30.000000000 +0900
|
|
+++ shell/source/unix/misc/open-url.sh 2008-10-31 10:47:42.000000000 +0900
|
|
@@ -118,7 +118,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"
|