mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -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,7 +18,7 @@ LICENSE= BSD
|
||||||
USE_GMAKE=yes
|
USE_GMAKE=yes
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's,-Werror,,' \
|
${REINPLACE_CMD} -e 's,-Werror,,' -e 's,CC=,#CC=,' -e 's,(CC),(CXX),' \
|
||||||
${WRKSRC}/Makefile
|
${WRKSRC}/Makefile
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
Loading…
Add table
Reference in a new issue