openbsd-ports/www/mozilla-firefox/patches/patch-xulrunner_setup_nsXULAppInstall_js
landry 617089342c Update to firefox 15.0.
- see http://www.mozilla.org/en-US/firefox/15.0/releasenotes/
- add -Os hack to fix a relocation error when linking on ppc (as was
  done in tb since 10..)
- garbage collect nsSound.cpp, the original one uses libcanberra
  properly and thus sndio.
- remove patch from #750620, merged upstream (mfbt/double-conversion)
- remove patches from #747257, merged upstream (gstreamer fix)
- remove patches from #691898, merged upstream (yarr jit ppc)
2012-09-01 13:56:45 +00:00

12 lines
486 B
Plaintext

--- xulrunner/setup/nsXULAppInstall.js.orig Wed Aug 15 07:48:39 2012
+++ xulrunner/setup/nsXULAppInstall.js Sun Aug 19 13:50:41 2012
@@ -210,7 +210,7 @@ AppInstall.prototype = {
#else
aDirectory = Components.classes["@mozilla.org/file/local;1"].
createInstance(nsILocalFile);
- aDirectory.initWithPath("/usr/local/lib");
+ aDirectory.initWithPath("${LOCALBASE}/lib/xulrunner-2.0");
if (vendor)
aDirectory.append(vendor.toLowerCase());
#endif