Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46201 - qcad does not use MAKEOPTS
Summary: qcad does not use MAKEOPTS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-29 22:08 UTC by Patrick Kursawe (RETIRED)
Modified: 2004-04-21 05:03 UTC (History)
0 users

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


Attachments
Patch to the original patch (patch2patch,1.69 KB, patch)
2004-03-29 22:09 UTC, Patrick Kursawe (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.