aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-20 16:47:18 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-20 16:47:18 +0000
commita210370526eedae1a5cfe5437198c6ab7c73b5ff (patch)
tree5de82f4371a8168385cd61f8b6843bad943e17e9
parent484e0468b658db674b7a100906ff2257a8ef52ec (diff)
downloadports-a210370526eedae1a5cfe5437198c6ab7c73b5ff.tar.gz
ports-a210370526eedae1a5cfe5437198c6ab7c73b5ff.zip
MFH: r549056
science/py-pygmo2: Fix build thatwas failing because of the missing header Approved by: ports-secteam (fluffy)
Notes
Notes: svn path=/branches/2020Q3/; revision=549121
-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>