svn commit: r557266 - head/math/ipopt

Antoine Brodin antoine at FreeBSD.org
Tue Dec 8 09:29:24 UTC 2020


Author: antoine
Date: Tue Dec  8 09:29:23 2020
New Revision: 557266
URL: https://svnweb.freebsd.org/changeset/ports/557266

Log:
  Do not include bsd.port.mk twice

Modified:
  head/math/ipopt/Makefile

Modified: head/math/ipopt/Makefile
==============================================================================
--- head/math/ipopt/Makefile	Tue Dec  8 09:14:48 2020	(r557265)
+++ head/math/ipopt/Makefile	Tue Dec  8 09:29:23 2020	(r557266)
@@ -62,4 +62,4 @@ pre-patch:
 pre-build: # workaround: configure fails to find the 'rand' function, need to investigate. This patch unbreaks the build.
 	@${REINPLACE_CMD} -e 's|.*HAVE_RAND.*|#define HAVE_RAND 1|' ${WRKSRC}/Ipopt/src/Common/config.h
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list