summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-eg
diff options
context:
space:
mode:
Diffstat (limited to 'time/sunbird/patches/patch-eg')
-rw-r--r--time/sunbird/patches/patch-eg13
1 files changed, 13 insertions, 0 deletions
diff --git a/time/sunbird/patches/patch-eg b/time/sunbird/patches/patch-eg
new file mode 100644
index 00000000000..e291bfc77ea
--- /dev/null
+++ b/time/sunbird/patches/patch-eg
@@ -0,0 +1,13 @@
+$NetBSD: patch-eg,v 1.1 2006/06/27 11:11:52 joerg Exp $
+
+--- security/nss/cmd/platlibs.mk.orig 2006-06-26 17:51:46.000000000 +0000
++++ security/nss/cmd/platlibs.mk
+@@ -172,7 +172,7 @@ endif
+ # If GNU ld is used, we must use the -rpath-link option to tell
+ # the linker where to find libsoftokn3.so, an implicit dependency
+ # of libnss3.so.
+-ifeq (,$(filter-out BSD_OS FreeBSD Linux NetBSD, $(OS_ARCH)))
++ifeq (,$(filter-out BSD_OS DragonFly FreeBSD Linux NetBSD, $(OS_ARCH)))
+ EXTRA_SHARED_LIBS += -Wl,-rpath-link,$(DIST)/lib
+ endif
+