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

Bug 46201

Summary: qcad does not use MAKEOPTS
Product: Gentoo Linux Reporter: Patrick Kursawe (RETIRED) <phosphan>
Component: New packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to the original patch

Description Patrick Kursawe (RETIRED) gentoo-dev 2004-03-29 22:08:43 UTC
Reported by Justus Winter by e-mail:

the build script that comes along with qcad does not honor any MAKEOPTS         
and by doing so slows down distributed compiling for example.                   
                                                                                
solution #1:                                                                    
reimplement the things build_qcad.sh in the ebuild instead of calling           
it. (bloat?)                                                                    
                                                                                
solution #2: (my approach, i am lazy)                                           
add $(MAKEOPTS) to every make in build_qcad.sh by modifying                     
qcad-2.0.2.0-1.src-gentoo.patch
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2004-03-29 22:09:21 UTC
Created attachment 28343 [details, diff]
Patch to the original patch
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2004-04-21 05:03:49 UTC
Should be fixed for 2.0.3-1, please test.