From 9efa35b9b3d4dd6a707c2156b464f4f3512ba7fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Porcel?= Date: Wed, 8 Nov 2006 16:14:42 +0000 Subject: net-p2p/qbittorrent: fix failure when using qt3 as default, thanks to Andreas Krinke svn path=/sunrise/; revision=1856 --- net-p2p/qbittorrent/qbittorrent-0.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-p2p/qbittorrent/qbittorrent-0.7.1.ebuild') 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" } -- cgit v1.2.3