summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-dx
blob: f201c9f58e8b3fde2376394a73a93a4dc42eb5d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-dx,v 1.3 2008/07/06 06:45:30 ghen Exp $

--- security/nss-fips/lib/freebl/Makefile.orig	2008-07-05 21:38:52 +0300
+++ security/nss-fips/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