summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches/patch-dw
blob: c4203ecd361ea6731f1f153376dadfe2ab78d722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-dw,v 1.1.2.2 2007/03/24 18:46:57 salo Exp $

--- security/nss/lib/freebl/Makefile.orig	2007-03-07 20:19:17.000000000 +0000
+++ security/nss/lib/freebl/Makefile
@@ -192,7 +192,7 @@ endif
 # to bind the blapi function references in FREEBLVector vector
 # (ldvector.c) to the blapi functions defined in the freebl
 # shared libraries.
-ifeq (,$(filter-out BSD_OS FreeBSD Linux NetBSD, $(OS_TARGET)))
+ifeq (,$(filter-out BSD_OS FreeBSD Linux NetBSD DragonFly, $(OS_TARGET)))
     MKSHLIB += -Wl,-Bsymbolic
 endif