commit: 21157a04f7d1fde80d5597a79c0c8ae0f7d9a712
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 20:21:55 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 20:32:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21157a04
media-video/ffmpeg: forward-port prefix cleanup
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-video/ffmpeg/ffmpeg-5.1.3-r1.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/media-video/ffmpeg/ffmpeg-5.1.3-r1.ebuild
b/media-video/ffmpeg/ffmpeg-5.1.3-r1.ebuild
index 393198308111..3afc9ae6a869 100644
--- a/media-video/ffmpeg/ffmpeg-5.1.3-r1.ebuild
+++ b/media-video/ffmpeg/ffmpeg-5.1.3-r1.ebuild
@@ -482,9 +482,6 @@ multilib_src_configure() {
if tc-is-cross-compiler ; then
myconf+=( --enable-cross-compile --arch=$(tc-arch-kernel)
--cross-prefix=${CHOST}- --host-cc="$(tc-getBUILD_CC)" )
case ${CHOST} in
- *freebsd*)
- myconf+=( --target-os=freebsd )
- ;;
*mingw32*)
myconf+=( --target-os=mingw32 )
;;