Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 357739 - x11-libs/openmotif: stop using get_ml_incdir
Summary: x11-libs/openmotif: stop using get_ml_incdir
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ulrich Müller
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-07 10:16 UTC by SpanKY
Modified: 2011-03-07 11:09 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2011-03-07 10:16:23 UTC
i plan on punting the get_ml_incdir func, and in reality it really hasnt done much of anything.  just apply this one line change to the openmotif ebuilds:
-    has_multilib_profile && append-flags "-I$(get_ml_incdir)"
Comment 1 Ulrich Müller gentoo-dev 2011-03-07 10:43:56 UTC
Is that change safe enough for a stable bump?
Comment 2 SpanKY gentoo-dev 2011-03-07 10:46:30 UTC
it should be safe w/out any bump at all.  the openmotif ebuild only uses it to add an -I path which the compiler should already have in its default search.  i dont know why openmotif is really even using it in the first place tbh.
Comment 3 Ulrich Müller gentoo-dev 2011-03-07 11:09:01 UTC
(In reply to comment #2)
> it should be safe w/out any bump at all.

Fixed without revbump.

> i dont know why openmotif is really even using it in the first place tbh.

Because eradicator had added it in 2005, and nobody cared to check if it's still necessary. ;)
<http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r4.ebuild?hideattic=0&r1=1.12&r2=1.13>