Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Dec 2020 09:29:23 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557266 - head/math/ipopt
Message-ID:  <202012080929.0B89TNO4054201@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012080929.0B89TNO4054201>