diff options
author | kamil <kamil@pkgsrc.org> | 2020-02-08 22:59:55 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2020-02-08 22:59:55 +0000 |
commit | ae404b49e64e8a2b4aba56221a7d14d877f66454 (patch) | |
tree | ded89457721a5d5d2897bebd4a132cbc5b686a51 /www/seamonkey/Makefile | |
parent | b3091eec14c485331a144da3ea73f63025f3c631 (diff) | |
download | pkgsrc-ae404b49e64e8a2b4aba56221a7d14d877f66454.tar.gz |
seamonkey: Workaround broken pthread_equal() usage
Switch to an internal version of pthread_equal() without sanity checks.
Problems detected on NetBSD 9.99.46.
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 3cb8995da56..68b38ab0b43 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.203 2020/01/26 17:32:24 rillig Exp $ +# $NetBSD: Makefile,v 1.204 2020/02/08 22:59:55 kamil Exp $ DISTNAME= seamonkey-${SM_VER}.source PKGNAME= seamonkey-${SM_VER:S/b/beta/} -PKGREVISION= 2 +PKGREVISION= 3 SM_VER= 2.49.5 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA:=seamonkey/releases/${SM_VER}/source/} |