pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

herbe: Use :Q with CC, per pkglint



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Tue Nov 7 09:39:15 2023 -0500
Changeset:	e14f2c0b47e942094bb160cfb2566970ca375245

Modified Files:
	herbe/Makefile

Log Message:
herbe: Use :Q with CC, per pkglint

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e14f2c0b47e942094bb160cfb2566970ca375245

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 herbe/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/herbe/Makefile b/herbe/Makefile
index a851d78e53..81447c7566 100644
--- a/herbe/Makefile
+++ b/herbe/Makefile
@@ -12,7 +12,7 @@ HOMEPAGE=	https://github.com/dudik/herbe/
 COMMENT=	Daemon-less notifications without D-Bus
 LICENSE=	mit
 
-MAKE_FLAGS+=	CC=${CC}
+MAKE_FLAGS+=	CC=${CC:Q}
 MAKE_FLAGS+=	PREFIX=${PREFIX}
 
 DOC_DIR=	${PREFIX}/share/doc/herbe


Home | Main Index | Thread Index | Old Index