Files
pkgsrc-ng/devel/nss/patches/patch-me
2014-11-05 12:41:07 +01:00

16 lines
546 B
Plaintext

$NetBSD: patch-me,v 1.2 2013/07/20 09:28:12 ryoon Exp $
Add DragonFly support.
--- nss/lib/freebl/Makefile.orig 2009-06-29 18:15:13.000000000 +0200
+++ 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