summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-eg
blob: e291bfc77ea62a85dfeee66a95858c3323ec7804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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