From a2c68e9a2ee57cd600b9627fe492f5ca27a2a23f Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Wed, 1 Jul 2020 16:10:42 +0000 Subject: [PATCH] Put the quotes around ${CC} back Dropping these could break thigs if $CC has more than one word Reported by: danfe --- net/lualdap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/lualdap/Makefile b/net/lualdap/Makefile index f91619afba69..8f9b4ed82584 100644 --- a/net/lualdap/Makefile +++ b/net/lualdap/Makefile @@ -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=