aboutsummaryrefslogtreecommitdiff
path: root/archivers/unrar
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-04-08 18:30:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-04-08 18:30:08 +0000
commit5fd4cf5e25e512aae95149aa99e8679ecdb07c8b (patch)
tree56c5c4c92a142e09f7228a153fee22d10812164a /archivers/unrar
parent490fbe3ac6ccd97dff890347390a93a9bcb2f0b5 (diff)
downloadports-5fd4cf5e25e512aae95149aa99e8679ecdb07c8b.tar.gz
ports-5fd4cf5e25e512aae95149aa99e8679ecdb07c8b.zip
Allow compiler and strip command with space.
It helps for ccache and cross-compiling. PR: 227327 Submitted by: Guy Yur <guyyur@gmail.com>
Notes
Notes: svn path=/head/; revision=466824
Diffstat (limited to 'archivers/unrar')
-rw-r--r--archivers/unrar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile
index 4c946ea731d1..d08b1a475f39 100644
--- a/archivers/unrar/Makefile
+++ b/archivers/unrar/Makefile
@@ -26,7 +26,7 @@ OPENSSL_AES_DESC= Use OpenSSL implementation of AES
CONFLICTS_INSTALL?= zh-unrar unrar-iconv
LDFLAGS+= -lpthread
-MAKE_ARGS= CXX=${CXX} CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" STRIP=${STRIP_CMD}
+MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" STRIP="${STRIP_CMD}"
MAKEFILE= makefile
WRKSRC= ${WRKDIR}/${PORTNAME}