617089342c
- 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)
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
$OpenBSD: patch-browser_installer_package-manifest_in,v 1.2 2012/09/01 13:56:45 landry Exp $
|
|
https://hg.mozilla.org/mozilla-central/rev/ede54971747f
|
|
--- browser/installer/package-manifest.in.orig Wed Aug 15 07:47:06 2012
|
|
+++ browser/installer/package-manifest.in Sun Aug 19 13:30:25 2012
|
|
@@ -58,9 +58,11 @@
|
|
#ifndef MOZ_STATIC_JS
|
|
@BINPATH@/@DLL_PREFIX@mozjs@DLL_SUFFIX@
|
|
#endif
|
|
+#ifndef MOZ_NATIVE_NSPR
|
|
@BINPATH@/@DLL_PREFIX@nspr4@DLL_SUFFIX@
|
|
@BINPATH@/@DLL_PREFIX@plc4@DLL_SUFFIX@
|
|
@BINPATH@/@DLL_PREFIX@plds4@DLL_SUFFIX@
|
|
+#endif
|
|
@BINPATH@/@DLL_PREFIX@xpcom@DLL_SUFFIX@
|
|
#ifdef XP_MACOSX
|
|
@BINPATH@/XUL
|
|
@@ -109,7 +111,9 @@
|
|
#endif
|
|
@BINPATH@/platform.ini
|
|
#ifndef XP_OS2
|
|
+#ifndef MOZ_NATIVE_SQLITE
|
|
@BINPATH@/@DLL_PREFIX@mozsqlite3@DLL_SUFFIX@
|
|
+#endif
|
|
#else
|
|
@BINPATH@/mozsqlt3@DLL_SUFFIX@
|
|
#endif
|
|
@@ -579,6 +583,7 @@
|
|
; NSS libraries are signed in the staging directory,
|
|
; meaning their .chk files are created there directly.
|
|
;
|
|
+#ifndef MOZ_NATIVE_NSS
|
|
@BINPATH@/@DLL_PREFIX@freebl3@DLL_SUFFIX@
|
|
@BINPATH@/@DLL_PREFIX@nss3@DLL_SUFFIX@
|
|
@BINPATH@/@DLL_PREFIX@nssckbi@DLL_SUFFIX@
|
|
@@ -589,6 +594,7 @@
|
|
@BINPATH@/@DLL_PREFIX@smime3@DLL_SUFFIX@
|
|
@BINPATH@/@DLL_PREFIX@softokn3@DLL_SUFFIX@
|
|
@BINPATH@/@DLL_PREFIX@ssl3@DLL_SUFFIX@
|
|
+#endif
|
|
@BINPATH@/chrome/pippki@JAREXT@
|
|
@BINPATH@/chrome/pippki.manifest
|
|
@BINPATH@/components/pipboot.xpt
|