pkgsrc-WIP-changes archive

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

cdirip: Use MAKE_FLAGS to set CC



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Tue Jun 4 16:34:58 2019 +0800
Changeset:	c08c97cb175c398635a0e5c23c1314690b561c4b

Modified Files:
	cdirip/Makefile

Log Message:
cdirip: Use MAKE_FLAGS to set CC

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

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

diffstat:
 cdirip/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/cdirip/Makefile b/cdirip/Makefile
index d393d43e7f..4d88d2ffb4 100644
--- a/cdirip/Makefile
+++ b/cdirip/Makefile
@@ -10,6 +10,8 @@ HOMEPAGE=	https://github.com/jozip/cdirip/
 COMMENT=	Program for extracting tracks from a CDI (DiscJuggler) image
 LICENSE=	gnu-gpl-v2
 
+MAKE_FLAGS+=	CC=${CC:Q}
+
 INSTALLATION_DIRS=	bin
 
 do-install:


Home | Main Index | Thread Index | Old Index