summaryrefslogtreecommitdiff
path: root/archivers/lzip
diff options
context:
space:
mode:
authoradam <adam>2013-10-10 12:03:03 +0000
committeradam <adam>2013-10-10 12:03:03 +0000
commitec19b95e9e9e61a585b0a7ba1e3fd600788e820a (patch)
tree4c2f1d09405b7baaab4bc3c16df90f75846bfacd /archivers/lzip
parent9a1a74e84635e3cf145ecc38970da9896483dfe1 (diff)
downloadpkgsrc-ec19b95e9e9e61a585b0a7ba1e3fd600788e820a.tar.gz
Pass custom CXX, CPPFLAGS, CXXFLAGS, LDFLAGS
Diffstat (limited to 'archivers/lzip')
-rw-r--r--archivers/lzip/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile
index a92341e1422..1961290ce37 100644
--- a/archivers/lzip/Makefile
+++ b/archivers/lzip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2013/10/09 20:34:09 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2013/10/10 12:03:03 adam Exp $
DISTNAME= lzip-1.15
CATEGORIES= archivers
@@ -16,4 +16,7 @@ CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR}
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
INFO_FILES= YES
+MAKEFLAGS+= CXX=${CXX:Q} CPPFLAGS=${CPPFLAGS:Q}
+MAKEFLAGS+= CXXFLAGS=${CXXFLAGS:Q} LDFLAGS=${LDFLAGS:Q}
+
.include "../../mk/bsd.pkg.mk"