diff options
author | khorben <khorben@pkgsrc.org> | 2015-08-09 14:55:58 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2015-08-09 14:55:58 +0000 |
commit | b01959a6aee95ecdf628891e7573ac69d079bfe9 (patch) | |
tree | cb33b30dcc6cf39c658cdb487c31530277aa5592 /graphics | |
parent | 7ad6c165f999f9b92a2b39edf743207004e01c70 (diff) | |
download | pkgsrc-b01959a6aee95ecdf628891e7573ac69d079bfe9.tar.gz |
Add support for CFLAGS
No functional change intended.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/deforaos-camera/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/deforaos-camera/Makefile b/graphics/deforaos-camera/Makefile index 5ca95d6d7ae..47c0c4ae365 100644 --- a/graphics/deforaos-camera/Makefile +++ b/graphics/deforaos-camera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/04/25 14:23:08 tnn Exp $ +# $NetBSD: Makefile,v 1.9 2015/08/09 15:34:27 khorben Exp $ # DISTNAME= Camera-0.0.1 @@ -20,6 +20,7 @@ BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl MAKE_FLAGS+= DESTDIR=${DESTDIR} MAKE_FLAGS+= PREFIX=${PREFIX} +MAKE_FLAGS+= CFLAGS=${CFLAGS:Q} AUTO_MKDIRS= yes post-install: |