svn commit: r549121 - branches/2020Q3/science/py-pygmo2

Yuri Victorovich yuri at FreeBSD.org
Sun Sep 20 16:47:19 UTC 2020


Author: yuri
Date: Sun Sep 20 16:47:18 2020
New Revision: 549121
URL: https://svnweb.freebsd.org/changeset/ports/549121

Log:
  MFH: r549056
  
  science/py-pygmo2: Fix build thatwas failing because of the missing header
  
  Approved by:	ports-secteam (fluffy)

Modified:
  branches/2020Q3/science/py-pygmo2/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/science/py-pygmo2/Makefile
==============================================================================
--- branches/2020Q3/science/py-pygmo2/Makefile	Sun Sep 20 16:46:17 2020	(r549120)
+++ branches/2020Q3/science/py-pygmo2/Makefile	Sun Sep 20 16:47:18 2020	(r549121)
@@ -25,4 +25,6 @@ GH_PROJECT=	pygmo2
 
 CMAKE_ON=	PYGMO_ENABLE_IPO
 
+CXXFLAGS+=	-I${LOCALBASE}/include/coin # see https://github.com/esa/pygmo2/issues/58
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list