diff options
author | tnn <tnn@pkgsrc.org> | 2009-09-16 19:06:18 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-09-16 19:06:18 +0000 |
commit | 2199d50b03742c3c566ab7ea6d4f060a65ce17cd (patch) | |
tree | f88144aad3d5d9e0a5cef8a9894a901c0f53ad84 /www/firefox/files | |
parent | c784441d36ca31166d42a5a6caf636c0e6928329 (diff) | |
download | pkgsrc-2199d50b03742c3c566ab7ea6d4f060a65ce17cd.tar.gz |
Build firefox against external runtime components from devel/xulrunner.
Bump PKGREVISION.
Diffstat (limited to 'www/firefox/files')
-rw-r--r-- | www/firefox/files/firefox.sh.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/firefox/files/firefox.sh.in b/www/firefox/files/firefox.sh.in new file mode 100644 index 00000000000..bc5053e4075 --- /dev/null +++ b/www/firefox/files/firefox.sh.in @@ -0,0 +1,9 @@ +#! /bin/sh +# +# $NetBSD: firefox.sh.in,v 1.1 2009/09/16 19:06:18 tnn Exp $ +# +# We currently overwrite the nsXULStub launcher with this wrapper script. +# The stub causes problems like HTTPS protocol not working. +# XXX to be investigated + +exec @PREFIX@/lib/xulrunner/xulrunner-bin @PREFIX@/lib/firefox/application.ini "$@" |