Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 1651

Summary: Fix for bbconf with qt2
Product: Gentoo Linux Reporter: Stuart Bouyer (RETIRED) <stubear>
Component: New packagesAssignee: Daniel Robbins (RETIRED) <drobbins>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.0 RC6 r14   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: revised ebuild

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 :)