diff options
| author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-12-07 19:41:58 +0000 |
|---|---|---|
| committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-12-07 19:52:10 +0000 |
| commit | 48bb4c2cedbf43443c392b5fd23af488a66d6600 (patch) | |
| tree | 667529c5885894949e81c3c83ac36dc7bf682247 | |
| parent | 7f6db3ce5731752145655a3a20acf8c5e28ecba5 (diff) | |
graphics/openfx-arena: Mark BROKEN
Fails to build
ld: error: unable to find library -l-lpthread
Reported by: pkg-fallout
| -rw-r--r-- | graphics/openfx-arena/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/openfx-arena/Makefile b/graphics/openfx-arena/Makefile index 524905760039..8160daaf7a83 100644 --- a/graphics/openfx-arena/Makefile +++ b/graphics/openfx-arena/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/NatronGitHub/openfx-arena LICENSE= GPLv2 +BROKEN= Fails to build, ld: error: unable to find library -l-lpthread + ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le BUILD_DEPENDS= opencl>=0:devel/opencl LIB_DEPENDS= libOpenColorIO.so:graphics/opencolorio \ |
