svn commit: r514542 - head/math/gfan

Steve Wills swills at FreeBSD.org
Tue Oct 15 16:05:43 UTC 2019


Author: swills
Date: Tue Oct 15 16:05:42 2019
New Revision: 514542
URL: https://svnweb.freebsd.org/changeset/ports/514542

Log:
  math/gfan: fix build on 13.0-CURRENT
  
  PR:		241194
  Submitted by:	Lorenzo Salvadore <phascolarctos at protonmail.ch> (maintainer)

Modified:
  head/math/gfan/Makefile   (contents, props changed)

Modified: head/math/gfan/Makefile
==============================================================================
--- head/math/gfan/Makefile	Tue Oct 15 15:52:58 2019	(r514541)
+++ head/math/gfan/Makefile	Tue Oct 15 16:05:42 2019	(r514542)
@@ -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


More information about the svn-ports-head mailing list