diff options
Diffstat (limited to 'www/firefox/patches/patch-me')
-rw-r--r-- | www/firefox/patches/patch-me | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/firefox/patches/patch-me b/www/firefox/patches/patch-me new file mode 100644 index 00000000000..dcc8780908b --- /dev/null +++ b/www/firefox/patches/patch-me @@ -0,0 +1,15 @@ +$NetBSD: patch-me,v 1.3 2013/05/23 13:12:13 ryoon Exp $ + +Add DragonFly support. + +--- security/nss/lib/freebl/Makefile.orig 2013-01-04 23:44:43.000000000 +0000 ++++ security/nss/lib/freebl/Makefile +@@ -255,7 +255,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 + |