Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139380 - libsigc++-2.0.1[1-7] has ugly hack for OS X
Summary: libsigc++-2.0.1[1-7] has ugly hack for OS X
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: All OS X
: High normal (vote)
Assignee: osx porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-05 18:00 UTC by SpanKY
Modified: 2006-07-06 07:03 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 SpanKY gentoo-dev 2006-07-05 18:00:58 UTC
libsigc++-2.0.17.ebuild
src_compile() {
    if use ppc-macos && [[ -e /usr/lib/lib/libgcc_s.1.dylib ]] ; then
        append-ldflags -lgcc_s
    fi

i dont know why that's there but it's obviously incorrect
Comment 1 Fabian Groffen gentoo-dev 2006-07-06 00:54:18 UTC
introduced in revision 1.3 of libsigc++-2.0.11:
date: 2005-04-24 02:03:22 +0200;  author: kito;  state: Exp;  lines: +6 -2;
fix for apple gcc-4.0 on ppc-macos

Kito, do you still remember why we need this?  Will try and see if this is still necessary when I'm at home.
Comment 2 Fabian Groffen gentoo-dev 2006-07-06 07:03:54 UTC
The "fix" seems not to be necessary any more (I think it was an old Apple GCC bug), removed from the ebuild now.  Thanks for reporting.