Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1651 - Fix for bbconf with qt2
Summary: Fix for bbconf with qt2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-10 10:52 UTC by Stuart Bouyer (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
revised ebuild (bbconf-1.2-r1.ebuild,689 bytes, application/octet-stream)
2002-04-10 10:54 UTC, Stuart Bouyer (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stuart Bouyer (RETIRED) gentoo-dev 2002-04-10 10:52:24 UTC
x11-misc/bbconf can't find the qt libraries during configure.
I added the following to the ebuild:

src_compile() {
        ./configure --prefix=/usr --host=${CHOST} --with-qt-dir=/usr/qt/2 || die
        emake || die
}
Comment 1 Stuart Bouyer (RETIRED) gentoo-dev 2002-04-10 10:54:39 UTC
Created attachment 521 [details]
revised ebuild
Comment 2 Spider (RETIRED) gentoo-dev 2002-04-10 19:58:19 UTC
I take this one :)