summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Thai Ngoc Duy <pclouds@gentoo.org>2004-12-16 12:08:26 +0000
committerNguyen Thai Ngoc Duy <pclouds@gentoo.org>2004-12-16 12:08:26 +0000
commitc774a37cdbb06521a0081047472ad7a6e62dfd19 (patch)
tree486e64a829bfcc13a82c5318aec4d35ad2d648ee /dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild
parentrevision bump and changelog fix (diff)
downloadhistorical-c774a37cdbb06521a0081047472ad7a6e62dfd19.tar.gz
historical-c774a37cdbb06521a0081047472ad7a6e62dfd19.tar.bz2
historical-c774a37cdbb06521a0081047472ad7a6e62dfd19.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.ebuild8
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
}