1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Respect CC and CXX, these were overwritten by the upstream Makefile

This commit is contained in:
Rene Ladan 2010-10-26 14:28:35 +00:00
parent 063a402cff
commit 0e43e8ff11
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263619

View File

@ -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