summaryrefslogtreecommitdiffstats
path: root/libraries/OpenSceneGraph/OpenSceneGraph.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2024-02-10 11:08:28 +0100
committer Matteo Bernardini2024-02-10 11:08:28 +0100
commitd5b1e51e33b40e1710e0d3f4a989334f61faf53c (patch)
treea3df806d5922b2ec1c3aad2bc70b691fef6e32ad /libraries/OpenSceneGraph/OpenSceneGraph.SlackBuild
parent159c5a23fd66107e54799a5a645f4ce0005b3315 (diff)
downloadslackbuilds-d5b1e51e33b40e1710e0d3f4a989334f61faf53c.tar.gz
20240210.1 global branch merge.current-20240210.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/OpenSceneGraph/OpenSceneGraph.SlackBuild')
-rw-r--r--libraries/OpenSceneGraph/OpenSceneGraph.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/OpenSceneGraph/OpenSceneGraph.SlackBuild b/libraries/OpenSceneGraph/OpenSceneGraph.SlackBuild
index bcf21cc5d8..096a1e6bd7 100644
--- a/libraries/OpenSceneGraph/OpenSceneGraph.SlackBuild
+++ b/libraries/OpenSceneGraph/OpenSceneGraph.SlackBuild
@@ -67,6 +67,9 @@ find -L . \
# whose current versions at SBo cause build failure
patch -p0 < $CWD/no-asio-occ.diff
+# https://github.com/openscenegraph/OpenSceneGraph/issues/1111
+sed -i '/FFmpeg/d' CMakeLists.txt
+
mkdir -p build
cd build
cmake .. \