Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 390545 - dev-lang/tcl-8.5.10
Summary: dev-lang/tcl-8.5.10
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All FreeMiNT
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-14 16:45 UTC by Alan Hourihane
Modified: 2011-11-29 19:33 UTC (History)
0 users

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 Alan Hourihane 2011-11-14 16:45:01 UTC
There's a line in the build that's specific to darwin, can this be expanded to include FreeMiNT. Modification from....

[[ ${CHOST} != *-darwin* ]] && sed -i \

to this...

[[ ${CHOST} != *-darwin* ]] && [[ ${CHOST} != *-mint* ]] && sed -i \

Thanks !
Comment 1 Fabian Groffen gentoo-dev 2011-11-29 19:33:15 UTC
Applied, thanks