mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Respect CC and CXX, these were overwritten by the upstream Makefile
This commit is contained in:
parent
063a402cff
commit
0e43e8ff11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263619
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue