summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-de
blob: fbc3726a83020d66e7a0256b42e3c8d044c319e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-de,v 1.1 2007/05/12 13:53:10 ghen Exp $

--- security/nss/lib/freebl/Makefile.orig	2006-12-06 18:01:13.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 DragonFly FreeBSD Linux NetBSD, $(OS_TARGET)))
     MKSHLIB += -Wl,-Bsymbolic
 endif