Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 180192 - dev-lang/mono-1.2.4 typo in src_compile
Summary: dev-lang/mono-1.2.4 typo in src_compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-29 08:50 UTC by Łukasz Byczyński
Modified: 2007-05-29 19:36 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 Łukasz Byczyński 2007-05-29 08:50:17 UTC
Line 74 in mono-1.2.4.ebuild is

myconf="${myconf} -wiht-tls=pthread"

but should be:

myconf="${myconf} -with-tls=pthread"


Reproducible: Always

Steps to Reproduce:
1. build without nptl option
Comment 1 Jurek Bartuszek (RETIRED) gentoo-dev 2007-05-29 19:36:00 UTC
Fixed in CVS, thanks!