diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-09-08 08:23:41 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-09-08 08:23:41 +0000 |
commit | 670154082847daaddb9e17ba26b91a046ab5188a (patch) | |
tree | 64904a5fa865084948060ea7f40af3411b71214b /x11-misc/gmrun/gmrun-0.9.2-r1.ebuild | |
parent | Clean up patches. (diff) | |
download | gentoo-2-670154082847daaddb9e17ba26b91a046ab5188a.tar.gz gentoo-2-670154082847daaddb9e17ba26b91a046ab5188a.tar.bz2 gentoo-2-670154082847daaddb9e17ba26b91a046ab5188a.zip |
Convert sed scripts to patch.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc/gmrun/gmrun-0.9.2-r1.ebuild')
-rw-r--r-- | x11-misc/gmrun/gmrun-0.9.2-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-misc/gmrun/gmrun-0.9.2-r1.ebuild b/x11-misc/gmrun/gmrun-0.9.2-r1.ebuild index 74e37354a163..d556e60defc3 100644 --- a/x11-misc/gmrun/gmrun-0.9.2-r1.ebuild +++ b/x11-misc/gmrun/gmrun-0.9.2-r1.ebuild @@ -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/x11-misc/gmrun/gmrun-0.9.2-r1.ebuild,v 1.9 2014/03/04 20:24:07 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/gmrun-0.9.2-r1.ebuild,v 1.10 2014/09/08 08:23:41 jer Exp $ EAPI=5 inherit autotools eutils @@ -25,11 +25,9 @@ src_prepare() { epatch \ "${FILESDIR}"/${P}-gcc43.patch \ "${FILESDIR}"/${P}-sysconfdir.patch \ - "${FILESDIR}"/${P}-glibc210.patch + "${FILESDIR}"/${P}-glibc210.patch \ + "${FILESDIR}"/${P}-stlport.patch - # Disable check for STLport due to bug #164339 - sed -i -e 's,^AC_PATH_STLPORT,dnl REMOVED ,g' configure.in - sed -i -e 's,@STLPORT_[A-Z]\+@,,g' src/Makefile.am eautoreconf } |