Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 2020 16:47:18 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r549121 - branches/2020Q3/science/py-pygmo2
Message-ID:  <202009201647.08KGlIxQ020445@repo.freebsd.org>

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



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