diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-07 22:05:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-07 22:05:21 +0000 |
commit | f798a038f2cac430745a92eb3151f5ec581c0ef7 (patch) | |
tree | 7216ec33d90f925d9617c69048026b300fc85d1f | |
parent | 6445118591499c938b63898ee85006c489c6fb80 (diff) | |
download | pkgsrc-f798a038f2cac430745a92eb3151f5ec581c0ef7.tar.gz |
Merge patch-dw from thunderbird to fix build on DragonFly.
-rw-r--r-- | www/firefox/distinfo | 3 | ||||
-rw-r--r-- | www/firefox/patches/patch-dw | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/www/firefox/distinfo b/www/firefox/distinfo index b40320f4c21..21597ef2386 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.62 2007/02/25 00:43:23 ghen Exp $ +$NetBSD: distinfo,v 1.63 2007/03/07 22:05:21 joerg Exp $ SHA1 (firefox-1.5.0.10-source.tar.bz2) = c341958ca46d04a4dad6266cb8c11b534f5f758e RMD160 (firefox-1.5.0.10-source.tar.bz2) = 6d190be0fa5c38cdbf637af49a351731d4a68d06 @@ -58,6 +58,7 @@ SHA1 (patch-ds) = 1e2e371b9ff7ab9049a947d8e0a63483a1fd244e SHA1 (patch-dt) = 9eef43663de12721ecc38124d5bd4a90a825eefc SHA1 (patch-du) = c6e66bb420ce9ea988f89b57d1c20a247704cfcf SHA1 (patch-dv) = a380d261d4c2771a672d2b0f4f1f23821e3e5266 +SHA1 (patch-dw) = eb4acb8c6c59ef3c73a7ba7e6d6956e325de9d85 SHA1 (patch-ea) = 14e31d17c2493e468cd01f99abfc996853a11032 SHA1 (patch-eb) = dc9232b10075d17f7ed742e7be8ea036db2f0241 SHA1 (patch-ec) = 925a6f76bbfa77661256d46b0d14e847c16a865f diff --git a/www/firefox/patches/patch-dw b/www/firefox/patches/patch-dw new file mode 100644 index 00000000000..e74d10f168a --- /dev/null +++ b/www/firefox/patches/patch-dw @@ -0,0 +1,13 @@ +$NetBSD: patch-dw,v 1.3 2007/03/07 22:05:22 joerg Exp $ + +--- security/nss/lib/freebl/Makefile.orig 2007-03-07 20:19:17.000000000 +0000 ++++ security/nss/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 FreeBSD Linux NetBSD DragonFly, $(OS_TARGET))) + MKSHLIB += -Wl,-Bsymbolic + endif + |