diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-05-17 10:19:58 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-05-17 10:19:58 +0000 |
commit | 631bec511b4aeae35d33b82064d5e17311c50ab7 (patch) | |
tree | 16e13d41163a768a9bfb174d7237c1c36b6c3bb5 /x11-misc/xsri | |
parent | Fix underlinking wrt #367495. Thanks to Diego Elio Pettenò <flameeyes@gentoo... (diff) | |
download | gentoo-2-631bec511b4aeae35d33b82064d5e17311c50ab7.tar.gz gentoo-2-631bec511b4aeae35d33b82064d5e17311c50ab7.tar.bz2 gentoo-2-631bec511b4aeae35d33b82064d5e17311c50ab7.zip |
Fix underlinking wrt #367663. Thanks to Diego Elio Pettenò <flameeyes@gentoo.org> for the report.
(Portage version: 2.2.0_alpha31/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xsri')
-rw-r--r-- | x11-misc/xsri/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xsri/xsri-2.1.0-r1.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/x11-misc/xsri/ChangeLog b/x11-misc/xsri/ChangeLog index 761aa0a7cc38..4c0eeb7ecc4a 100644 --- a/x11-misc/xsri/ChangeLog +++ b/x11-misc/xsri/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xsri -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/ChangeLog,v 1.12 2010/10/10 10:20:47 phajdan.jr Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/ChangeLog,v 1.13 2011/05/17 10:19:58 xarthisius Exp $ + + 17 May 2011; Kacper Kowalik <xarthisius@gentoo.org> xsri-2.1.0-r1.ebuild: + Fix underlinking wrt #367663. Thanks to Diego Elio Pettenò + <flameeyes@gentoo.org> for the report. 10 Oct 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> xsri-2.1.0-r1.ebuild: x86 stable wrt bug #339809 diff --git a/x11-misc/xsri/xsri-2.1.0-r1.ebuild b/x11-misc/xsri/xsri-2.1.0-r1.ebuild index f4e28b68f84e..16f36d7b141b 100644 --- a/x11-misc/xsri/xsri-2.1.0-r1.ebuild +++ b/x11-misc/xsri/xsri-2.1.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/xsri-2.1.0-r1.ebuild,v 1.9 2010/10/10 10:20:47 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/xsri-2.1.0-r1.ebuild,v 1.10 2011/05/17 10:19:58 xarthisius Exp $ EAPI=2 inherit autotools rpm @@ -20,10 +20,12 @@ DEPEND="${RDEPEND} src_prepare() { sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' Makefile.am || die + sed -e 's/PKG_CHECK_MODULES(GTK,/& x11 /' \ + -i configure.in || die #367663 eautoreconf } src_install() { emake DESTDIR="${D}" install || die - dodoc AUTHORS README + dodoc AUTHORS README || die } |