diff options
author | 2011-05-20 09:24:18 +0000 | |
---|---|---|
committer | 2011-05-20 09:24:18 +0000 | |
commit | acb9e9c1f0555684d3e853b9ae2ce1b93efb20c0 (patch) | |
tree | 8b15f24c9e2e8374ff45f44b14ac199c0d4f37e2 /media-libs/ftgl/ftgl-2.1.3_rc5.ebuild | |
parent | Initial import (bug #367051). (diff) | |
download | gentoo-2-acb9e9c1f0555684d3e853b9ae2ce1b93efb20c0.tar.gz gentoo-2-acb9e9c1f0555684d3e853b9ae2ce1b93efb20c0.tar.bz2 gentoo-2-acb9e9c1f0555684d3e853b9ae2ce1b93efb20c0.zip |
Fix underlink. Bug #367485
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/ftgl/ftgl-2.1.3_rc5.ebuild')
-rw-r--r-- | media-libs/ftgl/ftgl-2.1.3_rc5.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild b/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild index 75e6c0c347be..8c1e6af5f126 100644 --- a/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild +++ b/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild @@ -1,6 +1,7 @@ -# 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/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild,v 1.14 2010/10/10 15:47:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild,v 1.15 2011/05/20 09:24:18 tupone Exp $ +EAPI=2 inherit eutils flag-o-matic autotools @@ -25,17 +26,16 @@ DEPEND=">=media-libs/freetype-2.0.9 S=${WORKDIR}/${MY_P2} -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-gentoo.patch - AT_M4DIR=m4 eautoreconf +src_prepare() { + epatch "${FILESDIR}"/${P}-gentoo.patch \ + "${FILESDIR}"/${P}-underlink.patch +# AT_M4DIR=m4 eautoreconf + eautoreconf } -src_compile() { +src_configure() { strip-flags # ftgl is sensitive - bug #112820 econf - emake || die "emake failed" } src_install() { |