summaryrefslogtreecommitdiff
path: root/www/firefox3/patches/patch-de
blob: 9dd532e223f2db3b3fd79fba410b5f1104deb63f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-de,v 1.1.1.1 2008/06/28 10:01:07 tnn Exp $

--- security/nss/lib/freebl/Makefile.orig	2007-11-14 23:49:44.000000000 +0100
+++ security/nss/lib/freebl/Makefile
@@ -194,7 +194,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 OpenBSD, $(OS_TARGET)))
+ifeq (,$(filter-out BSD_OS DragonFly FreeBSD Linux NetBSD OpenBSD, $(OS_TARGET)))
     MKSHLIB += -Wl,-Bsymbolic
 endif