diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-08 16:41:41 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-08 16:41:41 +0000 |
commit | 1ccd99815cb142b65fc3cd5a0247edc1cdbfb6f3 (patch) | |
tree | fc17eff403cdcd592a6182606d6ffc1d4b9032f2 /app-text/ptex/ptex-3.1.10_p20090610-r1.ebuild | |
parent | remove unused use flags (diff) | |
download | gentoo-2-1ccd99815cb142b65fc3cd5a0247edc1cdbfb6f3.tar.gz gentoo-2-1ccd99815cb142b65fc3cd5a0247edc1cdbfb6f3.tar.bz2 gentoo-2-1ccd99815cb142b65fc3cd5a0247edc1cdbfb6f3.zip |
Fix building with libpng14 (copied from app-text/dvipdfm and app-text/dvipdfmx).
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'app-text/ptex/ptex-3.1.10_p20090610-r1.ebuild')
-rw-r--r-- | app-text/ptex/ptex-3.1.10_p20090610-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-text/ptex/ptex-3.1.10_p20090610-r1.ebuild b/app-text/ptex/ptex-3.1.10_p20090610-r1.ebuild index 7f855e966491..707c133aeb29 100644 --- a/app-text/ptex/ptex-3.1.10_p20090610-r1.ebuild +++ b/app-text/ptex/ptex-3.1.10_p20090610-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ptex-3.1.10_p20090610-r1.ebuild,v 1.1 2009/11/15 02:37:33 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ptex-3.1.10_p20090610-r1.ebuild,v 1.2 2010/03/08 16:41:39 ssuominen Exp $ # jmbreuer FOR DEV ONLY RESTRICT="mirror test" @@ -199,7 +199,8 @@ EOF # security bug #282874 epatch "${FILESDIR}/CVE-2009-1284.patch" - epatch "${FILESDIR}/${P}-getline.patch" + epatch "${FILESDIR}"/${P}-getline.patch \ + "${FILESDIR}"/${P}-libpng14.patch cd "${TETEX_S}/texk/dviljk" eautoreconf |