aboutsummaryrefslogtreecommitdiff
path: root/science/py-pygmo2
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-19 19:54:01 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-19 19:54:01 +0000
commit07a8c87955be4a58ba147f6083d211563a0e18bb (patch)
treeee1b270586400fcbd4d34b70411e45369b4dbc7d /science/py-pygmo2
parentfca264429ca08fb441eb1cd1757ead7a939756b2 (diff)
downloadports-07a8c87955be4a58ba147f6083d211563a0e18bb.tar.gz
ports-07a8c87955be4a58ba147f6083d211563a0e18bb.zip
science/py-pygmo2: Fix build thatwas failing because of the missing header
MFH: 2020Q3
Notes
Notes: svn path=/head/; revision=549056
Diffstat (limited to 'science/py-pygmo2')
-rw-r--r--science/py-pygmo2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/science/py-pygmo2/Makefile b/science/py-pygmo2/Makefile
index 4a4948e2ad9a..5ee8b944bf1b 100644
--- a/science/py-pygmo2/Makefile
+++ b/science/py-pygmo2/Makefile
@@ -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>