Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24542 - app-games/ytin-1.83.5 will not build with current ~x86 toolkit
Summary: app-games/ytin-1.83.5 will not build with current ~x86 toolkit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-15 14:18 UTC by jim_jim33
Modified: 2003-07-15 19:22 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 jim_jim33 2003-07-15 14:18:39 UTC
I am using: glibc-2.3.2-r1, binutils-2.14.90.0.2, gcc-3.2.3-r1

app-games/ytin-1.83.5 will not build.  Adding the following to the ebuild fixes 
the problem, but may not be very clean in terms of ebuild coding standards.

src_unpack() {
        unpack ${MY_P}.tar.gz
        cd ${S}
        sed -i 's:extern int errno;::' utils.cpp
        echo '#include <errno.h>' >>tintin.h
}




Reproducible: Always
Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2003-07-15 19:22:57 UTC
not the cleanest but good enough for me :)