Bug 139380 - libsigc++-2.0.1[1-7] has ugly hack for OS X
Bug#: 139380 Product:  Gentoo/Alt Version: unspecified Platform: All
OS/Version: OS X Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: osx@gentoo.org Reported By: vapier@gentoo.org
Component: Mac OSX
URL: 
Summary: libsigc++-2.0.1[1-7] has ugly hack for OS X
Keywords:  
Status Whiteboard: 
Opened: 2006-07-05 18:00 0000
Description:   Opened: 2006-07-05 18:00 0000
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 From Fabian Groffen 2006-07-06 00:54:18 0000 -------
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 From Fabian Groffen 2006-07-06 07:03:54 0000 -------
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.