mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Force system awk for build, to avoid failure on gawk upgrades.
Commit requested by krion in private mail. PR: ports/146152 Submitted by: mandree Approved by: krion (maintainer) Approved by: garga (mentor)
This commit is contained in:
parent
0c07bec5a3
commit
db62c29de7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253469
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ INFO= gawk gawkinet
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
|
||||
--with-libintl-prefix=${LOCALBASE}
|
||||
--with-libintl-prefix=${LOCALBASE} \
|
||||
AWK=${AWK}
|
||||
|
||||
MAN1= gawk.1 igawk.1 pgawk.1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue