commit:     92ef885ac53060bfc12852482c9acdb063b2a2ae
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 19 13:25:25 2025 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Jul 19 13:39:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ef885a

net-misc/sunshine: Fix 9999 following build-deps changes

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 net-misc/sunshine/sunshine-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/sunshine/sunshine-9999.ebuild 
b/net-misc/sunshine/sunshine-9999.ebuild
index b3ca8d911dbd..5cad8d0149dc 100644
--- a/net-misc/sunshine/sunshine-9999.ebuild
+++ b/net-misc/sunshine/sunshine-9999.ebuild
@@ -340,7 +340,7 @@ src_configure() {
                esac
        fi
 
-       cd "${S}"/third-party/build-deps/generated-src/FFmpeg || die
+       cd "${S}"/third-party/build-deps/FFmpeg/FFmpeg || die
        echo ./configure "${myconf[@]}"
        ./configure "${myconf[@]}" || die
 
@@ -376,8 +376,8 @@ src_configure() {
 }
 
 src_compile() {
-       emake -C "${S}"/third-party/build-deps/generated-src/FFmpeg V=1
-       emake -C "${S}"/third-party/build-deps/generated-src/FFmpeg V=1 install
+       emake -C "${S}"/third-party/build-deps/FFmpeg/FFmpeg V=1
+       emake -C "${S}"/third-party/build-deps/FFmpeg/FFmpeg V=1 install
        CMAKE_USE_DIR="${S}"/third-party/build-deps cmake_src_compile cbs
        CMAKE_USE_DIR="${S}"/third-party/build-deps cmake_build install cbs
        CMAKE_USE_DIR="${S}" npm_config_offline=1 cmake_src_compile

Reply via email to