| 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
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.
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.