diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-04-21 07:10:46 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-04-21 07:10:46 +0000 |
commit | aadc5a714ddb90856ae8f1cf4c1b802d3915d4c8 (patch) | |
tree | a3b3c6cef49d2b6d4c70a0a10a14e9eb4a91f6ea /archivers | |
parent | d70145f2a66302466f93f3a3fe5a9073f54df102 (diff) | |
download | ports-aadc5a714ddb90856ae8f1cf4c1b802d3915d4c8.tar.gz ports-aadc5a714ddb90856ae8f1cf4c1b802d3915d4c8.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzma/Makefile | 2 |
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: |