From a210370526eedae1a5cfe5437198c6ab7c73b5ff Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 20 Sep 2020 16:47:18 +0000 Subject: MFH: r549056 science/py-pygmo2: Fix build thatwas failing because of the missing header Approved by: ports-secteam (fluffy) --- science/py-pygmo2/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3