- Force the use of awk instead of gawk to prevent an installation issue
PR: ports/158993 Submitted by: Alexandr <prayer@list.ru> Fixed by: John Marino <freebsdml@marino.st> (maintainer)
This commit is contained in:
parent
82e01abf4f
commit
852f4aa9cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277862
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ USE_PERL5_BUILD= yes
|
|||
ALL_TARGET= default
|
||||
CC= gnatgcc
|
||||
|
||||
CONFIGURE_ENV+= AWK=/usr/bin/awk
|
||||
MAKE_ENV+= ADA_PROJECT_PATH=${PREFIX}/lib/gnat
|
||||
|
||||
OPTIONS= SYSLOG "Enable system logging" on
|
||||
|
|
Loading…
Reference in a new issue