summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-ef
diff options
context:
space:
mode:
Diffstat (limited to 'time/sunbird/patches/patch-ef')
-rw-r--r--time/sunbird/patches/patch-ef10
1 files changed, 5 insertions, 5 deletions
diff --git a/time/sunbird/patches/patch-ef b/time/sunbird/patches/patch-ef
index e4006dbcc1a..f444b3482d5 100644
--- a/time/sunbird/patches/patch-ef
+++ b/time/sunbird/patches/patch-ef
@@ -1,13 +1,13 @@
-$NetBSD: patch-ef,v 1.1 2006/06/27 11:11:52 joerg Exp $
+$NetBSD: patch-ef,v 1.2 2009/05/29 13:22:11 he Exp $
---- security/nss/lib/freebl/Makefile.orig 2006-06-26 17:51:23.000000000 +0000
+--- security/nss/lib/freebl/Makefile.orig 2007-11-14 23:47:33.000000000 +0100
+++ security/nss/lib/freebl/Makefile
-@@ -192,7 +192,7 @@ endif
+@@ -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, $(OS_TARGET)))
-+ifeq (,$(filter-out BSD_OS DragonFly FreeBSD Linux NetBSD, $(OS_TARGET)))
+-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