vapier 15/02/28 22:27:05 Modified: gd-2.1.1.ebuild ChangeLog Log: Fix out-of-tree test builds #540376 by tka. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.2 media-libs/gd/gd-2.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.1.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.1.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.1.1.ebuild?r1=1.1&r2=1.2 Index: gd-2.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.1.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gd-2.1.1.ebuild 16 Feb 2015 14:38:08 -0000 1.1 +++ gd-2.1.1.ebuild 28 Feb 2015 22:27:05 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.1.1.ebuild,v 1.1 2015/02/16 14:38:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.1.1.ebuild,v 1.2 2015/02/28 22:27:05 vapier Exp $ EAPI="5" @@ -29,6 +29,10 @@ S="${WORKDIR}/lib${P}" +src_prepare() { + epatch "${FILESDIR}/${P}-headers.patch" #540376 +} + multilib_src_configure() { # we aren't actually {en,dis}abling X here ... the configure # script uses it just to add explicit -I/-L paths which we 1.105 media-libs/gd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/ChangeLog?rev=1.105&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/ChangeLog?rev=1.105&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/ChangeLog?r1=1.104&r2=1.105 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v retrieving revision 1.104 retrieving revision 1.105 diff -u -r1.104 -r1.105 --- ChangeLog 16 Feb 2015 14:38:08 -0000 1.104 +++ ChangeLog 28 Feb 2015 22:27:05 -0000 1.105 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/gd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.104 2015/02/16 14:38:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.105 2015/02/28 22:27:05 vapier Exp $ + + 28 Feb 2015; Mike Frysinger <[email protected]> +files/gd-2.1.1-headers.patch, + gd-2.1.1.ebuild: + Fix out-of-tree test builds #540376 by tka. *gd-2.1.1 (16 Feb 2015)
