summaryrefslogtreecommitdiff
path: root/archivers/lzma
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2008-04-21 07:10:46 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2008-04-21 07:10:46 +0000
commitaadc5a714ddb90856ae8f1cf4c1b802d3915d4c8 (patch)
treea3b3c6cef49d2b6d4c70a0a10a14e9eb4a91f6ea /archivers/lzma
parent- Update to 3.1.1 (3.11) (diff)
- Respect a non-default CC
PR: ports/122931 Submitted by: Frank Fenor <frank@fenor.de>
Notes
Notes: svn path=/head/; revision=211701
Diffstat (limited to 'archivers/lzma')
-rw-r--r--archivers/lzma/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/lzma/Makefile b/archivers/lzma/Makefile
index 64c45e4e67d0..855499d6ba81 100644
--- a/archivers/lzma/Makefile
+++ b/archivers/lzma/Makefile
@@ -22,7 +22,7 @@ BUILD_WRKSRC= ${WRKSRC}/CPP/7zip/Compress/LZMA_Alone
MAKEFILE= makefile.gcc
PLIST_FILES= bin/${PORTNAME}
CFLAGS+= -D_LZMA_SYSTEM_SIZE_T
-MAKE_ENV+= CXX="${CXX}"
+MAKE_ENV+= CXX="${CXX}" CC="${CC}"
PORTDOCS= 7zC.txt 7zFormat.txt Methods.txt history.txt lzma.txt
post-patch: