diff options
author | ghen <ghen@pkgsrc.org> | 2008-07-06 06:45:30 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2008-07-06 06:45:30 +0000 |
commit | a98ce8e77de8e95605269914f03e8e8ae507fa1d (patch) | |
tree | b3e4305b03a60f85a6d6ba94582638b837d1b4d7 /www | |
parent | d76b6ba2341a3dc3b1a489b59b92fe8251f2d398 (diff) | |
download | pkgsrc-a98ce8e77de8e95605269914f03e8e8ae507fa1d.tar.gz |
Fix build on DragonFly, from PR pkg/39096.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/distinfo | 4 | ||||
-rw-r--r-- | www/firefox/patches/patch-dx | 13 | ||||
-rw-r--r-- | www/firefox/patches/patch-dy | 13 |
3 files changed, 29 insertions, 1 deletions
diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 626aff6afa5..43e1e4cae95 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.78 2008/07/02 09:03:35 ghen Exp $ +$NetBSD: distinfo,v 1.79 2008/07/06 06:45:30 ghen Exp $ SHA1 (firefox-2.0.0.15-source.tar.bz2) = 22d5b0c9c59f5d0cf805d0ab9a117f3ae93400c9 RMD160 (firefox-2.0.0.15-source.tar.bz2) = 188613b50752e52f6993dce24137b7311f385ef6 @@ -62,6 +62,8 @@ SHA1 (patch-dt) = 9eef43663de12721ecc38124d5bd4a90a825eefc SHA1 (patch-du) = c6e66bb420ce9ea988f89b57d1c20a247704cfcf SHA1 (patch-dv) = a380d261d4c2771a672d2b0f4f1f23821e3e5266 SHA1 (patch-dw) = ab7606171564b6879effc3b37d9eadc6565cb74b +SHA1 (patch-dx) = 17b444ac732951359df44b482ee9ce2455050b1f +SHA1 (patch-dy) = a5fa5db83ae4c035c28f54f46ddb816330c764e0 SHA1 (patch-ea) = 14e31d17c2493e468cd01f99abfc996853a11032 SHA1 (patch-eb) = dc9232b10075d17f7ed742e7be8ea036db2f0241 SHA1 (patch-ec) = 8235af6634306b2a5725754cd5a32285b311b714 diff --git a/www/firefox/patches/patch-dx b/www/firefox/patches/patch-dx new file mode 100644 index 00000000000..f201c9f58e8 --- /dev/null +++ b/www/firefox/patches/patch-dx @@ -0,0 +1,13 @@ +$NetBSD: patch-dx,v 1.3 2008/07/06 06:45:30 ghen Exp $ + +--- security/nss-fips/lib/freebl/Makefile.orig 2008-07-05 21:38:52 +0300 ++++ security/nss-fips/lib/freebl/Makefile +@@ -192,7 +192,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))) + MKSHLIB += -Wl,-Bsymbolic + endif + diff --git a/www/firefox/patches/patch-dy b/www/firefox/patches/patch-dy new file mode 100644 index 00000000000..1ed7fe2ac37 --- /dev/null +++ b/www/firefox/patches/patch-dy @@ -0,0 +1,13 @@ +$NetBSD: patch-dy,v 1.1 2008/07/06 06:45:30 ghen Exp $ + +--- security/nss-fips/cmd/platlibs.mk.orig 2008-07-05 21:45:44 +0300 ++++ security/nss-fips/cmd/platlibs.mk +@@ -213,7 +213,7 @@ endif + # If GNU ld is used, we must use the -rpath-link option to tell + # the linker where to find libsoftokn3.so, an implicit dependency + # of libnss3.so. +-ifeq (,$(filter-out BSD_OS FreeBSD Linux NetBSD, $(OS_ARCH))) ++ifeq (,$(filter-out BSD_OS DragonFly FreeBSD Linux NetBSD, $(OS_ARCH))) + EXTRA_SHARED_LIBS += -Wl,-rpath-link,$(DIST)/lib + endif + |