diff options
author | ghen <ghen@pkgsrc.org> | 2008-07-06 06:46:05 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2008-07-06 06:46:05 +0000 |
commit | 81369bfa78d7c7bbc6936e35678226d248190385 (patch) | |
tree | bf5fc314163fbafad6545aefcaae2fbe3a1e7f30 /www | |
parent | a98ce8e77de8e95605269914f03e8e8ae507fa1d (diff) | |
download | pkgsrc-81369bfa78d7c7bbc6936e35678226d248190385.tar.gz |
Fix build on DragonFly, similar fix as for Firefox from PR pkg/39096.
Diffstat (limited to 'www')
-rw-r--r-- | www/seamonkey/distinfo | 4 | ||||
-rw-r--r-- | www/seamonkey/patches/patch-dy | 13 | ||||
-rw-r--r-- | www/seamonkey/patches/patch-dz | 13 |
3 files changed, 29 insertions, 1 deletions
diff --git a/www/seamonkey/distinfo b/www/seamonkey/distinfo index 77d8825be56..cf376efe849 100644 --- a/www/seamonkey/distinfo +++ b/www/seamonkey/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.31 2008/07/05 12:04:38 ghen Exp $ +$NetBSD: distinfo,v 1.32 2008/07/06 06:46:05 ghen Exp $ SHA1 (seamonkey-1.1.10.source.tar.bz2) = b07b2baa95abfad282e769f734e14004300634ec RMD160 (seamonkey-1.1.10.source.tar.bz2) = be23ea2022b26f43e579aba32b007b0641445890 @@ -63,4 +63,6 @@ SHA1 (patch-du) = c6e66bb420ce9ea988f89b57d1c20a247704cfcf SHA1 (patch-dv) = a380d261d4c2771a672d2b0f4f1f23821e3e5266 SHA1 (patch-dw) = 263a64d06c6b62041c62ed4532858339d37e1873 SHA1 (patch-dx) = ab7606171564b6879effc3b37d9eadc6565cb74b +SHA1 (patch-dy) = 00117db97d6615c60c3db20c62032cab3512e243 +SHA1 (patch-dz) = fa80fc396c46ea2a66e587fa015f74b7a15afb66 SHA1 (patch-ec) = 925a6f76bbfa77661256d46b0d14e847c16a865f diff --git a/www/seamonkey/patches/patch-dy b/www/seamonkey/patches/patch-dy new file mode 100644 index 00000000000..c76ac035ce9 --- /dev/null +++ b/www/seamonkey/patches/patch-dy @@ -0,0 +1,13 @@ +$NetBSD: patch-dy,v 1.1 2008/07/06 06:46:05 ghen Exp $ + +--- security/nss-fips/lib/freebl/Makefile.orig 2006-08-24 00:57:26.000000000 +0200 ++++ 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/seamonkey/patches/patch-dz b/www/seamonkey/patches/patch-dz new file mode 100644 index 00000000000..755da36802e --- /dev/null +++ b/www/seamonkey/patches/patch-dz @@ -0,0 +1,13 @@ +$NetBSD: patch-dz,v 1.1 2008/07/06 06:46:05 ghen Exp $ + +--- security/nss-fips/cmd/platlibs.mk.orig 2006-11-17 03:13:16.000000000 +0100 ++++ 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 + |