pkgsrc-WIP-changes archive

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

Add support for CFLAGS



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Wed Apr 26 15:29:47 2017 +0200
Changeset:	feb66d22de6aec5b980196a2c4ee8d362cadd538

Modified Files:
	vpr/Makefile

Log Message:
Add support for CFLAGS

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

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

diffstat:
 vpr/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/vpr/Makefile b/vpr/Makefile
index 4167b18a4a..d7c27a184e 100644
--- a/vpr/Makefile
+++ b/vpr/Makefile
@@ -15,6 +15,7 @@ EXTRACT_OPTS+=	-d ${WRKSRC}
 
 BUILD_DIRS=	t-vpack vpr
 MAKE_FILE=	makefile
+MAKE_FLAGS+=	OPT_FLAGS=${CFLAGS:Q}
 
 SUBST_CLASSES+=		x11
 SUBST_STAGE.x11=	post-patch


Home | Main Index | Thread Index | Old Index