Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2020 16:10:42 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540974 - head/net/lualdap
Message-ID:  <202007011610.061GAgax016304@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Wed Jul  1 16:10:42 2020
New Revision: 540974
URL: https://svnweb.freebsd.org/changeset/ports/540974

Log:
  Put the quotes around ${CC} back
  
  Dropping these could break thigs if $CC has more than one word
  
  Reported by:	danfe

Modified:
  head/net/lualdap/Makefile

Modified: head/net/lualdap/Makefile
==============================================================================
--- head/net/lualdap/Makefile	Wed Jul  1 15:50:36 2020	(r540973)
+++ head/net/lualdap/Makefile	Wed Jul  1 16:10:42 2020	(r540974)
@@ -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=
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007011610.061GAgax016304>