diff options
Diffstat (limited to 'devel/xulrunner17/patches/patch-me')
-rw-r--r-- | devel/xulrunner17/patches/patch-me | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/xulrunner17/patches/patch-me b/devel/xulrunner17/patches/patch-me new file mode 100644 index 00000000000..37558541209 --- /dev/null +++ b/devel/xulrunner17/patches/patch-me @@ -0,0 +1,15 @@ +$NetBSD: patch-me,v 1.1 2013/01/10 16:17:10 ryoon Exp $ + +Add DragonFly support. + +--- security/nss/lib/freebl/Makefile.orig 2012-08-24 22:56:01.000000000 +0000 ++++ security/nss/lib/freebl/Makefile +@@ -279,7 +279,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 + |