summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')