diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-06-15 13:31:47 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-06-15 13:31:47 +0000 |
commit | 028c4d4675e638e3cb040f82d7faff25a8124d93 (patch) | |
tree | 917418db71fba794be2618380effc82dfa6c4866 /media-plugins/live | |
parent | Remove ancient deprecated hardened 10.0 profiles (diff) | |
download | gentoo-2-028c4d4675e638e3cb040f82d7faff25a8124d93.tar.gz gentoo-2-028c4d4675e638e3cb040f82d7faff25a8124d93.tar.bz2 gentoo-2-028c4d4675e638e3cb040f82d7faff25a8124d93.zip |
Fix building shared library on Darwin
(Portage version: 2.2.01.20430-prefix/cvs/SunOS i386)
Diffstat (limited to 'media-plugins/live')
-rw-r--r-- | media-plugins/live/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/live/live-2012.04.21.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-plugins/live/ChangeLog b/media-plugins/live/ChangeLog index 345c512344e1..2bf189bd7122 100644 --- a/media-plugins/live/ChangeLog +++ b/media-plugins/live/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/live # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/ChangeLog,v 1.155 2012/05/09 18:42:26 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/ChangeLog,v 1.156 2012/06/15 13:31:47 grobian Exp $ + + 15 Jun 2012; Fabian Groffen <grobian@gentoo.org> live-2012.04.21.ebuild: + Fix building shared library on Darwin 09 May 2012; Fabian Groffen <grobian@gentoo.org> live-2012.04.21.ebuild: Fix compilation on Solaris as per instructions in liveMedia/include/Locale.hh diff --git a/media-plugins/live/live-2012.04.21.ebuild b/media-plugins/live/live-2012.04.21.ebuild index fa348eeb6f36..5bc90dcdd443 100644 --- a/media-plugins/live/live-2012.04.21.ebuild +++ b/media-plugins/live/live-2012.04.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/live-2012.04.21.ebuild,v 1.2 2012/05/09 18:42:26 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/live-2012.04.21.ebuild,v 1.3 2012/06/15 13:31:47 grobian Exp $ EAPI=3 inherit flag-o-matic eutils toolchain-funcs multilib @@ -61,6 +61,7 @@ src_prepare() { -e '/^LINK /s/$/ /' \ -e '/^LIBRARY_LINK /s/=.*$/= $(CXX) -o /' \ -e '/^LIBRARY_LINK_OPTS /s:-shared.*$:-undefined suppress -flat_namespace -dynamiclib -install_name '"${EPREFIX}/usr/$(get_libdir)/"'$@:' \ + -e '/^LIB_SUFFIX /s/so/dylib/' \ live-shared/config.gentoo-so-r1 \ || die shared ;; |