diff options
author | Alexandre Buisse <nattfodd@gentoo.org> | 2006-02-21 18:49:41 +0000 |
---|---|---|
committer | Alexandre Buisse <nattfodd@gentoo.org> | 2006-02-21 18:49:41 +0000 |
commit | 0a863542924eb6f0a845a44b2b7b6e2030445903 (patch) | |
tree | ddd33685c1b4df2c6366e66fc13b5229ef66e2ba /dev-tex/latex2html/latex2html-2002.2.ebuild | |
parent | Stable on hppa. See bug #115775. (diff) | |
download | historical-0a863542924eb6f0a845a44b2b7b6e2030445903.tar.gz historical-0a863542924eb6f0a845a44b2b7b6e2030445903.tar.bz2 historical-0a863542924eb6f0a845a44b2b7b6e2030445903.zip |
Corrects a warning (possibly an error with some perl versions) in make check (bug #122927).
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'dev-tex/latex2html/latex2html-2002.2.ebuild')
-rw-r--r-- | dev-tex/latex2html/latex2html-2002.2.ebuild | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/dev-tex/latex2html/latex2html-2002.2.ebuild b/dev-tex/latex2html/latex2html-2002.2.ebuild index adc586f05d0a..d26b8f68c81d 100644 --- a/dev-tex/latex2html/latex2html-2002.2.ebuild +++ b/dev-tex/latex2html/latex2html-2002.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.ebuild,v 1.10 2005/06/04 08:58:25 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.ebuild,v 1.11 2006/02/21 18:49:41 nattfodd Exp $ + +inherit eutils MY_P=${P/./-} S=${WORKDIR}/${MY_P} @@ -20,6 +22,12 @@ DEPEND="virtual/ghostscript gif? ( media-libs/giflib ) png? ( media-libs/libpng )" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PN}-convert-length.patch +} + src_compile() { local myconf |