summaryrefslogtreecommitdiff
path: root/devel/nss/patches
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2014-05-25 23:45:58 +0000
committerpho <pho@pkgsrc.org>2014-05-25 23:45:58 +0000
commit471dedff7511950cab412a7b78fd4c45e930bc11 (patch)
tree5f4b72286346b385e2b1712d84427abd3da29135 /devel/nss/patches
parent37b8ba43e86b7f014eb5bfa665eb6609a8b7bb8f (diff)
downloadpkgsrc-471dedff7511950cab412a7b78fd4c45e930bc11.tar.gz
Correct wrong install_name for Darwin.
Makefile had a SUBST for this but it wasn't working.
Diffstat (limited to 'devel/nss/patches')
-rw-r--r--devel/nss/patches/patch-nss_lib_freebl_config.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/nss/patches/patch-nss_lib_freebl_config.mk b/devel/nss/patches/patch-nss_lib_freebl_config.mk
new file mode 100644
index 00000000000..a899b6a9f15
--- /dev/null
+++ b/devel/nss/patches/patch-nss_lib_freebl_config.mk
@@ -0,0 +1,15 @@
+$NetBSD: patch-nss_lib_freebl_config.mk,v 1.1 2014/05/25 23:45:58 pho Exp $
+
+Do not override the installation path of NSPR libraries.
+
+--- nss/lib/freebl/config.mk.orig 2014-05-02 03:27:18.000000000 +0000
++++ nss/lib/freebl/config.mk
+@@ -90,8 +90,4 @@ EXTRA_SHARED_LIBS += \
+ endif
+ endif
+
+-ifeq ($(OS_ARCH), Darwin)
+-EXTRA_SHARED_LIBS += -dylib_file @executable_path/libplc4.dylib:$(DIST)/lib/libplc4.dylib -dylib_file @executable_path/libplds4.dylib:$(DIST)/lib/libplds4.dylib
+-endif
+-
+ endif