summaryrefslogtreecommitdiff
path: root/lang/bf2c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2010-10-26 14:28:35 +0000
committerRene Ladan <rene@FreeBSD.org>2010-10-26 14:28:35 +0000
commit0e43e8ff11be9ffca0aa21a1f4e9f69b1930bd0d (patch)
tree6f0b624d484b820836c1d8252680cf22b112afaf /lang/bf2c
parent- Add node-devel-0.3.0 (diff)
Respect CC and CXX, these were overwritten by the upstream Makefile
Notes
Notes: svn path=/head/; revision=263619
Diffstat (limited to 'lang/bf2c')
-rw-r--r--lang/bf2c/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/bf2c/Makefile b/lang/bf2c/Makefile
index 8f0de959e990..934340517679 100644
--- a/lang/bf2c/Makefile
+++ b/lang/bf2c/Makefile
@@ -18,8 +18,8 @@ LICENSE= BSD
USE_GMAKE=yes
post-patch:
- @${REINPLACE_CMD} -e 's,-Werror,,' \
- ${WRKSRC}/Makefile
+ ${REINPLACE_CMD} -e 's,-Werror,,' -e 's,CC=,#CC=,' -e 's,(CC),(CXX),' \
+ ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bf2c ${PREFIX}/bin