ssuominen 14/07/09 18:25:49 Modified: lash-0.5.4-r2.ebuild ChangeLog Log: Fix underlinking bugs #367589 (missing -luuid) and #514748 (missing -lm). Thanks to Diego Elio Pettenò, Christian Compagnon and Ted Tanberry. Fix missing include of string.h for strcmp() while at it. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.2 media-sound/lash/lash-0.5.4-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r2.ebuild?r1=1.1&r2=1.2 Index: lash-0.5.4-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lash-0.5.4-r2.ebuild 3 May 2014 08:27:56 -0000 1.1 +++ lash-0.5.4-r2.ebuild 9 Jul 2014 18:25:49 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r2.ebuild,v 1.1 2014/05/03 08:27:56 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r2.ebuild,v 1.2 2014/07/09 18:25:49 ssuominen Exp $ EAPI=5 @@ -45,9 +45,11 @@ epatch \ "${FILESDIR}"/${P}-glibc2.8.patch \ "${FILESDIR}"/${P}-swig_version_comparison.patch \ - "${FILESDIR}"/${P}-gcc47.patch + "${FILESDIR}"/${P}-gcc47.patch \ + "${FILESDIR}"/${P}-underlinking.patch \ + "${FILESDIR}"/${P}-strcmp.patch - AT_M4DIR="m4" eautoreconf + AT_M4DIR=m4 eautoreconf } multilib_src_configure() { 1.41 media-sound/lash/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/ChangeLog?rev=1.41&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/ChangeLog?rev=1.41&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/ChangeLog?r1=1.40&r2=1.41 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- ChangeLog 3 May 2014 08:27:56 -0000 1.40 +++ ChangeLog 9 Jul 2014 18:25:49 -0000 1.41 @@ -1,6 +1,13 @@ # ChangeLog for media-sound/lash # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.40 2014/05/03 08:27:56 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.41 2014/07/09 18:25:49 ssuominen Exp $ + + 09 Jul 2014; Samuli Suominen <[email protected]> + +files/lash-0.5.4-strcmp.patch, +files/lash-0.5.4-underlinking.patch, + lash-0.5.4-r2.ebuild: + Fix underlinking bugs #367589 (missing -luuid) and #514748 (missing -lm). + Thanks to Diego Elio Pettenò, Christian Compagnon and Ted Tanberry. Fix + missing include of string.h for strcmp() while at it. *lash-0.5.4-r2 (03 May 2014)
