1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

graphics/openfx-arena: Mark BROKEN, doesn't compile

Broken for a month and fails with following message:

./OpenFX/Support/include/ofxsCore.h:193:26: error: expected unqualified-id
  inline bool IsNaN     (double x) { return (std::isnan)(x);    }
...

Reported by:	pkg-fallout
This commit is contained in:
Daniel Engberg 2022-01-15 17:54:28 +01:00
parent 90f2c48f51
commit 199cbd9253

View File

@ -9,6 +9,8 @@ COMMENT= Extra OpenFX plugins for Natron
LICENSE= GPLv2
BROKEN= Doesn't compile, ./OpenFX/Support/include/ofxsCore.h:193:26: error: expected unqualified-id
ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le
BUILD_DEPENDS= opencl>=0:devel/opencl
LIB_DEPENDS= libOpenColorIO.so:graphics/opencolorio \