summaryrefslogtreecommitdiff
path: root/devel/xulrunner/patches/patch-me
blob: 5e0a006524cfe5aa44cef9fd114bd35bb88444e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-me,v 1.1.1.1 2009/08/05 02:59:48 tnn Exp $

Add DragonFly support.

--- security/nss/lib/freebl/Makefile.orig	2009-06-29 18:15:13.000000000 +0200
+++ security/nss/lib/freebl/Makefile
@@ -212,7 +212,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