summaryrefslogtreecommitdiff
path: root/www/firefox/files
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-09-16 19:06:18 +0000
committertnn <tnn@pkgsrc.org>2009-09-16 19:06:18 +0000
commit2199d50b03742c3c566ab7ea6d4f060a65ce17cd (patch)
treef88144aad3d5d9e0a5cef8a9894a901c0f53ad84 /www/firefox/files
parentc784441d36ca31166d42a5a6caf636c0e6928329 (diff)
downloadpkgsrc-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.in9
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 "$@"