summaryrefslogtreecommitdiff
path: root/lang/tolua
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-02-08 20:11:19 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-02-08 20:11:19 +0000
commitfc93efe6e526d6fe5fb86f5558562419181a4863 (patch)
treeb136d91229701ee0a6fe0d391e2919b41b1d270c /lang/tolua
parent- Update to 0.5.1 (diff)
- Respect CXX
PR: ports/162529 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: maintainer timeout (edwin ; 87 days)
Notes
Notes: svn path=/head/; revision=290738
Diffstat (limited to 'lang/tolua')
-rw-r--r--lang/tolua/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tolua/Makefile b/lang/tolua/Makefile
index 9d58af942fb2..1afd3c31ab27 100644
--- a/lang/tolua/Makefile
+++ b/lang/tolua/Makefile
@@ -26,7 +26,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|make|$${MAKE}|' ${WRKSRC}/${MAKEFILE}
@${REINPLACE_CMD} -Ee \
's|^(CC=).*|\1 ${CC}|; \
- s|^(CCPP=).*|\1 ${CXX}|; \
+ s|^(CCPP =).*|\1 ${CXX}|; \
s|^(LUA=).*|\1 ${LOCALBASE}|; \
s|^(LUA(INC\|LIB)=).*|\1 $${LUA_\2DIR}|; \
s|^(CPPFLAGS)(=.*)|\1+\2 -lstdc++|; \