index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-02 21:22:36 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-02 21:22:36 +0200 |
commit | 387c40a185f192239fb738031e6e9ef250f09763 (patch) | |
tree | adb2149033fe9762e3db2465bf804e080b5f2860 /extra/libde265 | |
parent | 22026e323c4cdfa9011647030a46105770749442 (diff) |
-rw-r--r-- | extra/libde265/PKGBUILD | 12 |
diff --git a/extra/libde265/PKGBUILD b/extra/libde265/PKGBUILD index 9ec3baa1..03d09e1c 100644 --- a/extra/libde265/PKGBUILD +++ b/extra/libde265/PKGBUILD @@ -7,15 +7,3 @@ if [ "$CARCH" = 'i486' ]; then ' )" fi - -# 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 - |