diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-03-11 10:06:48 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-03-11 10:06:48 +0000 |
commit | c9d70f6d5487e639f27182f994183d1c54cfc33b (patch) | |
tree | 75d0ce801b4f8e3e89381123c74a543e6c302980 /app-text | |
parent | Add 4.3.0 ebuild, fix init script to create /var/run/spread at startup to res... (diff) | |
download | gentoo-2-c9d70f6d5487e639f27182f994183d1c54cfc33b.tar.gz gentoo-2-c9d70f6d5487e639f27182f994183d1c54cfc33b.tar.bz2 gentoo-2-c9d70f6d5487e639f27182f994183d1c54cfc33b.zip |
Fixed compilation with >=freetype-2.5.1 (bug #493584)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/podofo/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/podofo/podofo-0.9.2.ebuild | 9 |
2 files changed, 11 insertions, 5 deletions
diff --git a/app-text/podofo/ChangeLog b/app-text/podofo/ChangeLog index 859c26926ad4..1a12be95981a 100644 --- a/app-text/podofo/ChangeLog +++ b/app-text/podofo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/podofo -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/ChangeLog,v 1.43 2013/08/05 09:32:31 ssuominen Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/ChangeLog,v 1.44 2014/03/11 10:06:48 polynomial-c Exp $ + + 11 Mar 2014; Lars Wendler <polynomial-c@gentoo.org> podofo-0.9.2.ebuild: + Fixed compilation with >=freetype-2.5.1 (bug #493584). 05 Aug 2013; Samuli Suominen <ssuominen@gentoo.org> podofo-0.9.2.ebuild: Update the jpeg and openssl dependencies use correct SLOT. diff --git a/app-text/podofo/podofo-0.9.2.ebuild b/app-text/podofo/podofo-0.9.2.ebuild index a1da29994735..2ea6b1a512a3 100644 --- a/app-text/podofo/podofo-0.9.2.ebuild +++ b/app-text/podofo/podofo-0.9.2.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.9.2.ebuild,v 1.10 2013/08/05 09:32:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.9.2.ebuild,v 1.11 2014/03/11 10:06:48 polynomial-c Exp $ EAPI=5 inherit cmake-utils flag-o-matic multilib toolchain-funcs DESCRIPTION="PoDoFo is a C++ library to work with the PDF file format." HOMEPAGE="http://sourceforge.net/projects/podofo/" -SRC_URI="mirror://sourceforge/podofo/${P}.tar.gz" +SRC_URI="mirror://sourceforge/podofo/${P}.tar.gz + http://dev.gentoo.org/~polynomial-c/${PN}-0.9.2-freetype251.patch" LICENSE="GPL-2 LGPL-2.1" SLOT="0" @@ -31,6 +32,8 @@ DEPEND="${RDEPEND} DOCS="AUTHORS ChangeLog TODO" src_prepare() { + epatch "${DISTDIR}"/${PN}-0.9.2-freetype251.patch + local x sed_args sed -i \ |