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