From e83615201d332af851af51937b4f90ea279855cc Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 15 Oct 2018 16:20:58 +0200 Subject: extra/x265: detect512-is-needed-on-all-architectures --- .../0003-detect512-is-needed-on-all-architectures.patch | Bin 0 -> 748 bytes extra/x265/PKGBUILD | 9 +++++++++ 2 files changed, 9 insertions(+) create mode 100644 extra/x265/0003-detect512-is-needed-on-all-architectures.patch (limited to 'extra') diff --git a/extra/x265/0003-detect512-is-needed-on-all-architectures.patch b/extra/x265/0003-detect512-is-needed-on-all-architectures.patch new file mode 100644 index 00000000..16aab240 Binary files /dev/null and b/extra/x265/0003-detect512-is-needed-on-all-architectures.patch differ diff --git a/extra/x265/PKGBUILD b/extra/x265/PKGBUILD index 70b20b4c..0dc3dc58 100644 --- a/extra/x265/PKGBUILD +++ b/extra/x265/PKGBUILD @@ -6,3 +6,12 @@ eval "$( s/cmake/cmake -DENABLE_ASSEMBLY=OFF/ ' )" +# thanks, debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910963 +source+=('0003-detect512-is-needed-on-all-architectures.patch') +sha256sum+=('+6baa25d11c81ad4ee49e9f2a367db4c770eb8cccf81f7bdaadb942621288a271') +eval "$( + declare -f prepare | \ + sed ' + 3 a patch -p1 -i "$srcdir/0003-detect512-is-needed-on-all-architectures.patch" + ' +)" -- cgit v1.2.3-54-g00ecf