diff options
author | pgoyette <pgoyette@pkgsrc.org> | 2016-06-25 22:06:12 +0000 |
---|---|---|
committer | pgoyette <pgoyette@pkgsrc.org> | 2016-06-25 22:06:12 +0000 |
commit | 330115e8f748d331e1cd74df5df6a199f83edaac (patch) | |
tree | f1313a728065d6eb4fcd5d4b2e4c741922d13849 /www | |
parent | 64570877e6f0bdecaf597df16ae8a42005da53ec (diff) | |
download | pkgsrc-330115e8f748d331e1cd74df5df6a199f83edaac.tar.gz |
Add plugin-container to list of not-mprotect-safe files, bump pkgrevision.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index a25f5469db5..1a273a74a62 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.257 2016/06/16 20:06:26 ryoon Exp $ +# $NetBSD: Makefile,v 1.258 2016/06/25 22:06:12 pgoyette Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 47.0 @@ -6,6 +6,7 @@ MOZ_BRANCH_MINOR= DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} @@ -29,6 +30,7 @@ LDFLAGS.SunOS+= -lm NOT_PAX_MPROTECT_SAFE+= lib/firefox/firefox NOT_PAX_MPROTECT_SAFE+= lib/firefox/firefox-bin +NOT_PAX_MPROTECT_SAFE+= lib/firefox/plugin-container ALL_ENV+= MOZILLA_PKG_NAME=firefox |