summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2010-04-26 13:41:06 +0000
committertnn <tnn@pkgsrc.org>2010-04-26 13:41:06 +0000
commit285fb02e6b4555399f3a804d2a1a19ba19cf526b (patch)
tree345d51df558428e694e573b0003b306a02513ee6 /devel
parentfe5e0a7dfb6adfeb735e07194c01a0a129cd9836 (diff)
downloadpkgsrc-285fb02e6b4555399f3a804d2a1a19ba19cf526b.tar.gz
fix linux PLIST breakage in devel/nss
Diffstat (limited to 'devel')
-rw-r--r--devel/xulrunner/distinfo3
-rw-r--r--devel/xulrunner/patches/patch-mh13
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/xulrunner/distinfo b/devel/xulrunner/distinfo
index 841d3b7b3de..75511b464cb 100644
--- a/devel/xulrunner/distinfo
+++ b/devel/xulrunner/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.31 2010/04/26 12:47:08 tnn Exp $
+$NetBSD: distinfo,v 1.32 2010/04/26 13:41:06 tnn Exp $
SHA1 (firefox-3.6.3.source.tar.bz2) = f3bcd808356d16bdb26bfcf1a64a251488c4fd02
RMD160 (firefox-3.6.3.source.tar.bz2) = de556e8606bbc61cb7d20fe6f308f0c5e8b9dd77
@@ -42,6 +42,7 @@ SHA1 (patch-md) = 6bf5242245b17fbd868a6a978eb5849726f81393
SHA1 (patch-me) = da6324dd21a40dd3cc7b7b9321a18bd11a3434fd
SHA1 (patch-mf) = 153dfd5cd611e4364fe1c540f4e8eb500115baff
SHA1 (patch-mg) = 75ddcceaffae0bdb6ecb4efd1b5ffca68a8ae8a8
+SHA1 (patch-mh) = a514caf6f6324aa82c4497713547c5e9088d16b9
SHA1 (patch-mi) = 787cb043bb7e687936afaf8f0c67b6b3a7b03e5b
SHA1 (patch-mj) = 197fab0e00256dedc8a5f181ee0d0d6e42d8177f
SHA1 (patch-mk) = 793dfa16e19e213d78995c893a28bc0d514135d9
diff --git a/devel/xulrunner/patches/patch-mh b/devel/xulrunner/patches/patch-mh
new file mode 100644
index 00000000000..d113b6cb6b6
--- /dev/null
+++ b/devel/xulrunner/patches/patch-mh
@@ -0,0 +1,13 @@
+$NetBSD: patch-mh,v 1.1 2010/04/26 13:41:06 tnn Exp $
+
+--- security/nss/lib/Makefile.orig 2010-04-13 22:22:54.000000000 +0000
++++ security/nss/lib/Makefile
+@@ -70,7 +70,7 @@ endif
+
+ ifndef MOZILLA_CLIENT
+ ifeq ($(OS_ARCH),Linux)
+-SYSINIT_SRCDIR = sysinit # Add the sysinit directory to DIRS.
++#SYSINIT_SRCDIR = sysinit # Add the sysinit directory to DIRS.
+ endif
+ endif
+