1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

math/gfan: fix build on 13.0-CURRENT

PR:		241194
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
This commit is contained in:
Steve Wills 2019-10-15 16:05:42 +00:00
parent a77e41f76e
commit e8733c4906
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514542

View File

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