mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/gfan: fix build on 13.0-CURRENT
PR: 241194 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
This commit is contained in:
parent
a77e41f76e
commit
e8733c4906
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514542
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ post-patch:
|
|||
@${REINPLACE_CMD} \
|
||||
's,ADDITIONALLINKOPTIONS = ,ADDITIONALLINKOPTIONS = -L${LOCALBASE}/lib ,' \
|
||||
${WRKSRC}/Makefile
|
||||
for x in ${WRKSRC}/src/*; \
|
||||
do ${REINPLACE_CMD} 's,log2,gfan_log2,g' $$x; \
|
||||
done
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/gfan ${STAGEDIR}${PREFIX}/bin
|
||||
|
|
Loading…
Add table
Reference in a new issue