diff options
author | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2004-12-16 12:08:26 +0000 |
---|---|---|
committer | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2004-12-16 12:08:26 +0000 |
commit | b946f7d3f8a8609336a2648a67f431c85573608b (patch) | |
tree | 6e1df7d6603d222e555f3e88e9d74810a8cb6986 /dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild | |
parent | revision bump and changelog fix (Manifest recommit) (diff) | |
download | gentoo-2-b946f7d3f8a8609336a2648a67f431c85573608b.tar.gz gentoo-2-b946f7d3f8a8609336a2648a67f431c85573608b.tar.bz2 gentoo-2-b946f7d3f8a8609336a2648a67f431c85573608b.zip |
Fixed bug #74232
Diffstat (limited to 'dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild')
-rw-r--r-- | dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild b/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild index 92d6dcfc426e..543dd76e1739 100644 --- a/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild +++ b/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild,v 1.3 2004/10/09 21:20:46 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild,v 1.4 2004/12/16 12:08:26 pclouds Exp $ +inherit eutils DESCRIPTION="Preview dvi-files on text-only devices" HOMEPAGE="http://www.ctan.org/tex-archive/dviware/" SRC_URI="ftp://ftp.mesa.nl/pub/dvi2tty/${P}.tar.gz" @@ -11,6 +12,11 @@ KEYWORDS="x86 ppc" IUSE="" DEPEND="" +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/dvi2tty-gcc.patch +} + src_compile() { emake || die } |