1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

lang/gnat_util: chase update to ada.mk (gcc6-aux support)

This commit is contained in:
John Marino 2015-12-06 20:10:32 +00:00
parent d27395484a
commit 6809b2ba2c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403153

View File

@ -24,6 +24,8 @@ MAKE_ENV= MAKEOBJDIR=${WRKSRC}/obj
.if defined(ADA_DEFAULT) && ${ADA_DEFAULT} == 49
.include "${.CURDIR}/../gcc-aux/Makefile.version"
.elif defined(ADA_DEFAULT) && ${ADA_DEFAULT} == 6
.include "${.CURDIR}/../gcc6-aux/Makefile.version"
.else
.include "${.CURDIR}/../gcc5-aux/Makefile.version"
.endif