summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-01-28 20:36:37 +0000
committerache <ache@FreeBSD.org>2004-01-28 20:36:37 +0000
commit13659a62de017eaedb4aada9f116cbf814ee7223 (patch)
tree9efa01515bca7e569821a4abd6423f53d61145fd
parent5e4713473b4363a1d1c3b4142fcdeb052e419a65 (diff)
downloadFreeBSD-ports-13659a62de017eaedb4aada9f116cbf814ee7223.zip
FreeBSD-ports-13659a62de017eaedb4aada9f116cbf814ee7223.tar.gz
Obey CXX again
Submitted by: Charles Swiger <chuck@pkix.net>
-rw-r--r--archivers/unrar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile
index dde65b5..8ecc82d 100644
--- a/archivers/unrar/Makefile
+++ b/archivers/unrar/Makefile
@@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/unrar
USE_GMAKE= yes
post-patch:
- @${SED} -e 's|c++|${CXX}|g' -e 's|-O2|${CXXFLAGS}|g' \
+ @${SED} -e 's|g++|${CXX}|g' -e 's|-O2|${CXXFLAGS}|g' \
${WRKSRC}/makefile.unix > ${WRKSRC}/Makefile
do-install:
OpenPOWER on IntegriCloud