mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
Put the quotes around ${CC} back
Dropping these could break thigs if $CC has more than one word Reported by: danfe
This commit is contained in:
parent
5fa0365c01
commit
a2c68e9a2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540974
@ -18,7 +18,7 @@ GH_TAGNAME= v${PORTVERSION}
|
||||
|
||||
MAKE_ARGS+= CPPFLAGS="-I${LOCALBASE}/include -I${LUA_INCDIR}" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
CC=${CC}
|
||||
CC="${CC}"
|
||||
|
||||
ALL_TARGET=
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user