Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 499104 - media-gfx/librecad-2.0.2 needs a patch to compile with gcc-4.6
Summary: media-gfx/librecad-2.0.2 needs a patch to compile with gcc-4.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sławek Lis (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-01-24 09:38 UTC by J.Borme
Modified: 2014-01-30 07:21 UTC (History)
0 users

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


Attachments
patch to the librecad project file for the correct option (fix-gcc46.patch,412 bytes, patch)
2014-01-24 09:44 UTC, J.Borme
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description J.Borme 2014-01-24 09:38:14 UTC
librecad in the main tree calls -std=c++11, which is named -std=c++0x under gcc 4.6 branch. Patch to librecad is attached but I'm not proficient enough (right now) with ebuilds to produce the ebuild patch itself.

Reproducible: Always
Comment 1 J.Borme 2014-01-24 09:44:16 UTC
Created attachment 368612 [details, diff]
patch to the librecad project file for the correct option

Note that gcc 4.7, 4.8, and 4.9_alpha (toolchain overlay) will not see any difference whether the standard passed is c++11 or c++0x.