diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-11 16:01:01 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-11 16:01:01 +0200 |
commit | 9a11ddf5a29e263f19887e35b26e46699fb9b847 (patch) | |
tree | 50372aced47b7470b0a413d0ea24e01a3ff706fe /extra/libde265/PKGBUILD | |
parent | 351168b3f0052e6c05b44f86715c67071f4207ae (diff) | |
download | packages-9a11ddf5a29e263f19887e35b26e46699fb9b847.tar.xz |
extra/libde265: ignoring qt5-base on i486 for now (breaking cycles)
Diffstat (limited to 'extra/libde265/PKGBUILD')
-rw-r--r-- | extra/libde265/PKGBUILD | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/libde265/PKGBUILD b/extra/libde265/PKGBUILD new file mode 100644 index 00000000..fa729da7 --- /dev/null +++ b/extra/libde265/PKGBUILD @@ -0,0 +1,10 @@ +# break cycle with Qt on i486 +if [ "$CARCH" = 'i486' ]; then + makedepends=(${makedepends[@]//qt5-base/}) + eval "$( + declare -f build | \ + sed ' + s@./configure@./configure --disable-sherlock265@ + ' + )" +fi |