diff options
author | tnn <tnn> | 2010-04-26 13:41:06 +0000 |
---|---|---|
committer | tnn <tnn> | 2010-04-26 13:41:06 +0000 |
commit | 5780d191963b7e29b993802fdb0f64ae50f8e668 (patch) | |
tree | 345d51df558428e694e573b0003b306a02513ee6 /devel/xulrunner | |
parent | e079bf082e67c07215dfa518ba53c3c1a9e1052b (diff) | |
download | pkgsrc-5780d191963b7e29b993802fdb0f64ae50f8e668.tar.gz |
fix linux PLIST breakage in devel/nss
Diffstat (limited to 'devel/xulrunner')
-rw-r--r-- | devel/xulrunner/distinfo | 3 | ||||
-rw-r--r-- | devel/xulrunner/patches/patch-mh | 13 |
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 + |