summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-12-01 08:21:15 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-12-01 08:21:15 +0100
commitbef437c7525d53f1f0e09d35a03b3193be26b581 (patch)
treec04104c156a6bc3a31e720a3f6c5c5cfea6eef20
parente86bc7bce22df9c1a3ace18c274b2e8b8f897538 (diff)
downloadpackages-bef437c7525d53f1f0e09d35a03b3193be26b581.tar.xz
community/qbittorrent: removed patch for multi-arch path (fixed upstreams in 4.0.2)
-rw-r--r--community/qbittorrent/PKGBUILD10
1 files changed, 0 insertions, 10 deletions
diff --git a/community/qbittorrent/PKGBUILD b/community/qbittorrent/PKGBUILD
deleted file mode 100644
index 71359a90..00000000
--- a/community/qbittorrent/PKGBUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-# see https://github.com/qbittorrent/qBittorrent/issues/7845
-
-prepare() {
- cd $pkgbase-$pkgver
- sed -i '
- /LDFLAGS="\$BOOST_LDFLAGS \$LDFLAGS"/ i \
- BOOST_LDFLAGS=-L/usr/lib
- ' configure.ac
- ./bootstrap.sh
-}