summaryrefslogtreecommitdiff
path: root/extra/x265/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-03-07 08:37:19 +0100
committerErich Eckner <git@eckner.net>2019-03-07 08:37:19 +0100
commitded6177b0d95b54dad0eb31b062c6cbe6e8eedeb (patch)
tree5d78511f0b945f2c30661afb995a6a37bf0762a3 /extra/x265/PKGBUILD
parentc7c3961cdcc7d3a0b265e35a9a76c7bda76f2b43 (diff)
downloadpackages-ded6177b0d95b54dad0eb31b062c6cbe6e8eedeb.tar.xz
extra/x265: partially revert 3602bda3bf394e1e629c8b30e9defc0bb6b262df (see https://bbs.archlinux32.org/viewtopic.php?pid=5589)
Diffstat (limited to 'extra/x265/PKGBUILD')
-rw-r--r--extra/x265/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/x265/PKGBUILD b/extra/x265/PKGBUILD
index efb3bbc1..9f7d41ca 100644
--- a/extra/x265/PKGBUILD
+++ b/extra/x265/PKGBUILD
@@ -1,3 +1,11 @@
+# disabling assembly code as it seems to be non-32-bittish
+
+eval "$(
+ declare -f build | \
+ sed '
+ s/cmake/cmake -DENABLE_ASSEMBLY=OFF/
+ '
+)"
# thanks, debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910963
# repatched, 28.2.2019
source+=('0003-detect512-is-needed-on-all-architectures.patch')