aboutsummaryrefslogtreecommitdiff
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
parent75a9cd28410b1865752d7fd0f3e11e8d34b77f2e (diff)
downloadports-fc93efe6e526d6fe5fb86f5558562419181a4863.tar.gz
ports-fc93efe6e526d6fe5fb86f5558562419181a4863.zip
Notes
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++|; \