diff options
author | wiz <wiz@pkgsrc.org> | 2016-06-11 06:29:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-06-11 06:29:30 +0000 |
commit | 37af07d1d407903d0eb3cd1d3ca46d130019e2c5 (patch) | |
tree | ad69e9e79d3455dc4af8303cc17d2be727c6c9eb /mail/thunderbird | |
parent | d75eaf3e382f9c282a48e5211935737e89abe7cc (diff) | |
download | pkgsrc-37af07d1d407903d0eb3cd1d3ca46d130019e2c5.tar.gz |
Mark bin/thunderbird as not-mprotect-safe. Bump PKGREVISION.
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index d2aa062dd92..6bf50117371 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.170 2016/05/21 23:22:16 ryoon Exp $ +# $NetBSD: Makefile,v 1.171 2016/06/11 06:29:30 wiz Exp $ DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} +PKGREVISION= 1 TB_VER= 45.1.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} @@ -23,6 +24,8 @@ CONFIGURE_ARGS+= --enable-application=mail # Disable WebRTC support for Thunderbird unconditionally. CONFIGURE_ARGS+= --disable-webrtc +NOT_PAX_MPROTECT_SAFE+= bin/thunderbird + ALL_ENV+= MOZILLA_PKG_NAME=thunderbird .include "../../mk/bsd.prefs.mk" |