Mark bin/thunderbird as not-mprotect-safe. Bump PKGREVISION.

This commit is contained in:
wiz 2016-06-11 06:29:30 +00:00
parent 48c791c1b8
commit 4f4c1ba8c7

View file

@ -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"