From 5fd4cf5e25e512aae95149aa99e8679ecdb07c8b Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 8 Apr 2018 18:30:08 +0000 Subject: Allow compiler and strip command with space. It helps for ccache and cross-compiling. PR: 227327 Submitted by: Guy Yur --- archivers/unrar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archivers/unrar') 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} -- cgit v1.2.3