Mark gnatmake as NOT_PAX_MPROTECT_SAFE
Bumps PKGREVISION.
This commit is contained in:
parent
fff17cfbe3
commit
77a5e3fd68
2 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2017/01/19 18:52:13 agc Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2017/06/07 23:19:05 khorben Exp $
|
||||
#
|
||||
|
||||
PKGNAME= gcc5-aux-${SNAPSHOT}
|
||||
|
@ -17,6 +17,8 @@ LANGS= c ada c++
|
|||
USE_TOOLS+= gmake sed:run perl makeinfo bzip2 patch pod2man tar
|
||||
APPLY_DIFFS= core ada cxx
|
||||
|
||||
NOT_PAX_MPROTECT_SAFE+= gcc5-aux/bin/gnatmake
|
||||
|
||||
.include "Makefile.version"
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.include "options.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.version,v 1.7 2016/12/12 14:33:24 marino Exp $
|
||||
# $NetBSD: Makefile.version,v 1.8 2017/06/07 23:19:05 khorben Exp $
|
||||
#
|
||||
|
||||
SNAPSHOT= 20160603
|
||||
|
@ -6,7 +6,7 @@ GCC_BRANCH= 5
|
|||
GCC_POINT= 4.0
|
||||
GCC_VERSION= ${GCC_BRANCH}.${GCC_POINT}
|
||||
BUILD_RELEASE= yes
|
||||
MAIN_PR= 4
|
||||
MAIN_PR= 5
|
||||
|
||||
.if ${BUILD_RELEASE:Mno}
|
||||
# Snapshot naming pattern
|
||||
|
|
Loading…
Reference in a new issue