summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches/patch-dy
blob: d1fd324dc9c6ea4ace6db44726377629b66bc88d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-dy,v 1.1 2008/09/18 13:01:45 joerg Exp $

--- security/nss-fips/cmd/platlibs.mk.orig	2008-09-17 20:55:11 +0300
+++ security/nss-fips/cmd/platlibs.mk	2008-09-17 20:55:31 +0300
@@ -213,7 +213,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