From 0e43e8ff11be9ffca0aa21a1f4e9f69b1930bd0d Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Tue, 26 Oct 2010 14:28:35 +0000 Subject: [PATCH] Respect CC and CXX, these were overwritten by the upstream Makefile --- lang/bf2c/Makefile | 4 ++-- 1 file 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