First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 75054
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Przemyslaw Maciag (RETIRED) <troll@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 75054 depends on: Show dependency tree
Show dependency graph
Bug 75054 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-12-20 07:27 0000
Hello!

I've found this in the ebuild:

src_compile() {                 
        unpack ${A}             
        cd ${S}                 
        epatch ${FILESDIR}/${P}-amd64.patch
}                               
                                
src_compile() {                 
        local myconf="\         
                $(use_enable fftw) \
                $(use_enable fftw fftw3) \
                $(use_enable imagemagick ImageMagick) \
                $(use_enable tiff)"
        gnuconfig_update        
        kde_src_compile         
}

ehhh.. I know - its obcious - first src_compile have to changed to src_unpack

Regards,
Przemek

------- Comment #1 From Sven Wegener 2004-12-20 15:18:15 0000 -------
Thanks! Commited to CVS.

First Last Prev Next    No search results available      Search page      Enter new bug