index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2017-12-21 09:01:15 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2017-12-21 09:01:15 +0100 |
commit | 1ace27b7fbe7c32bcdd8719b747c26252d63e15a (patch) | |
tree | e2614ff1553fe50cf5f8564ea4a869d33617a00a /extra/x265 | |
parent | b0488d1f3cc15d1cdd246b4f5c2850fd3c2dc55a (diff) |
-rw-r--r-- | extra/x265/PKGBUILD | 8 |
diff --git a/extra/x265/PKGBUILD b/extra/x265/PKGBUILD new file mode 100644 index 00000000..70b20b4c --- /dev/null +++ b/extra/x265/PKGBUILD @@ -0,0 +1,8 @@ +# disabling assembly code as it seems to be non-32-bittish + +eval "$( + declare -f build | \ + sed ' + s/cmake/cmake -DENABLE_ASSEMBLY=OFF/ + ' +)" |