diff options
author | 2006-11-08 16:14:42 +0000 | |
---|---|---|
committer | 2006-11-08 16:14:42 +0000 | |
commit | 9efa35b9b3d4dd6a707c2156b464f4f3512ba7fb (patch) | |
tree | e01af5f4f112f9804a7187525550034a62458cb8 /net-p2p/qbittorrent/qbittorrent-0.7.1.ebuild | |
parent | remove USE flags for media-sound/cmus (diff) | |
download | sunrise-9efa35b9b3d4dd6a707c2156b464f4f3512ba7fb.tar.gz sunrise-9efa35b9b3d4dd6a707c2156b464f4f3512ba7fb.tar.bz2 sunrise-9efa35b9b3d4dd6a707c2156b464f4f3512ba7fb.zip |
net-p2p/qbittorrent: fix failure when using qt3 as default, thanks to Andreas Krinke <andreas.krinke@gmx [dot] de>
svn path=/sunrise/; revision=1856
Diffstat (limited to 'net-p2p/qbittorrent/qbittorrent-0.7.1.ebuild')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-0.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-0.7.1.ebuild b/net-p2p/qbittorrent/qbittorrent-0.7.1.ebuild index 963b8931a..c0dbf7056 100644 --- a/net-p2p/qbittorrent/qbittorrent-0.7.1.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-0.7.1.ebuild @@ -28,7 +28,7 @@ pkg_setup() { } src_compile() { - ./configure --prefix=/usr || die "configure failed" + ./configure --prefix=/usr --qtdir=/usr || die "configure failed" emake || die "emake failed" } |