9cd6a39c3e
Mozilla Firefox is a free, open-source and cross-platform web browser for Windows, Linux, MacOS X and many other operating systems. It is fast and easy to use, and offers many advantages over other web browsers, such as tabbed browsing and the ability to block pop-up windows. Firefox also offers excellent bookmark and history management, and it can be extended by developers using industry standards such as XML, CSS, JavaScript, C++, etc. Many extensions are available. This package tracks 38 ESR.
24 lines
728 B
Text
24 lines
728 B
Text
$NetBSD: patch-browser_installer_package-manifest.in,v 1.1 2015/07/09 14:13:52 ryoon Exp $
|
|
|
|
Limit SPARC bits to just SPARC (untested, but fixes x86).
|
|
|
|
--- browser/installer/package-manifest.in.orig 2015-02-17 21:40:38.000000000 +0000
|
|
+++ browser/installer/package-manifest.in
|
|
@@ -609,7 +609,7 @@
|
|
@RESPATH@/components/MozKeyboard.js
|
|
@RESPATH@/components/InputMethod.manifest
|
|
|
|
-#ifdef MOZ_DEBUG
|
|
+#if defined(ENABLE_TESTS) && defined(MOZ_DEBUG)
|
|
@RESPATH@/components/TestInterfaceJS.js
|
|
@RESPATH@/components/TestInterfaceJS.manifest
|
|
#endif
|
|
@@ -788,7 +788,7 @@
|
|
#endif
|
|
|
|
; for Solaris SPARC
|
|
-#ifdef SOLARIS
|
|
+#if defined(SOLARIS) && defined(SPARC)
|
|
bin/libfreebl_32fpu_3.so
|
|
bin/libfreebl_32int_3.so
|
|
bin/libfreebl_32int64_3.so
|