summaryrefslogtreecommitdiffstats
path: root/libraries/OpenSceneGraph/OpenSceneGraph.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2024-05-11 13:40:22 +0200
committer Matteo Bernardini2024-05-11 13:40:22 +0200
commit7155627008b9a093d536061c0cbec66d9a787d2f (patch)
treeb2e1a37c269194b861fb2ed26a374bdb13e1653e /libraries/OpenSceneGraph/OpenSceneGraph.SlackBuild
parent33c431dfd09850b2df92cafff4f12c11f06079f3 (diff)
downloadslackbuilds-current.tar.gz
20240511.1 global branch merge.current-20240511.1current
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 .. \