Fix variable expansion bug on 4.x systems, this will fix INDEX and
builds of some ports. PR: ports/77250 Submitted by: NIIMI Satoshi <sa2c at sa2c dot net>
This commit is contained in:
parent
03860695c5
commit
445134f025
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128351
@ -1082,6 +1082,8 @@ OPTIONSFILE?= ${PORT_DBDIR}/${UNIQUENAME}/options
|
||||
_OPTIONSFILE!= ${ECHO_CMD} "${OPTIONSFILE}"
|
||||
.if defined(OPTIONS)
|
||||
. if defined(PACKAGE_BUILDING) || (defined(BATCH) && !exists(${_OPTIONSFILE}))
|
||||
WITHOUT:=
|
||||
WITH:=
|
||||
. if defined(OPTIONS)
|
||||
REALOPTIONS=${OPTIONS:C/".*"//g}
|
||||
. for O in ${REALOPTIONS}
|
||||
|
Loading…
Reference in New Issue
Block a user