diff options
Diffstat (limited to 'media-video/mplayer/files/mplayer-1.4-riscv-support.patch')
-rw-r--r-- | media-video/mplayer/files/mplayer-1.4-riscv-support.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/media-video/mplayer/files/mplayer-1.4-riscv-support.patch b/media-video/mplayer/files/mplayer-1.4-riscv-support.patch deleted file mode 100644 index 282cdf3cef85..000000000000 --- a/media-video/mplayer/files/mplayer-1.4-riscv-support.patch +++ /dev/null @@ -1,14 +0,0 @@ -https://bugs.gentoo.org/812855 - -diff --git a/configure b/configure -index d1aa8cd..bdac866 100755 ---- a/configure -+++ b/configure -@@ -1761,6 +1761,7 @@ if test -z "$_target" ; then - nios2) host_arch=nios2 ;; - vax) host_arch=vax ;; - xtensa*) host_arch=xtensa ;; -+ riscv*) host_arch=generic ;; - *) host_arch=UNKNOWN ;; - esac - } |