summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz>2016-06-11 06:29:30 +0000
committerwiz <wiz>2016-06-11 06:29:30 +0000
commit9262097e9a3b82d96503e50d382155d10c9a72ae (patch)
treef0a531d7e29625a3cb42c5d4d3d892f91bb0cf2d /mail
parent749a1e74cf7290e09e111b3e588b226d4cc4f02c (diff)
downloadpkgsrc-9262097e9a3b82d96503e50d382155d10c9a72ae.tar.gz
Mark bin/thunderbird as not-mprotect-safe. Bump PKGREVISION.
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird/Makefile5
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"