diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 00:49:50 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 00:49:50 +0000 |
commit | 04350be86408534f5a86963f7ebc778b503243c0 (patch) | |
tree | e785df12b920643e4fab40721cae566d41d49f02 /media-libs/t1lib | |
parent | added SGI's free software B license (diff) | |
download | gentoo-2-04350be86408534f5a86963f7ebc778b503243c0.tar.gz gentoo-2-04350be86408534f5a86963f7ebc778b503243c0.tar.bz2 gentoo-2-04350be86408534f5a86963f7ebc778b503243c0.zip |
repoman'd
Diffstat (limited to 'media-libs/t1lib')
-rw-r--r-- | media-libs/t1lib/t1lib-1.3.1.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/media-libs/t1lib/t1lib-1.3.1.ebuild b/media-libs/t1lib/t1lib-1.3.1.ebuild index 22399b5c61cb..ef77ea35c835 100644 --- a/media-libs/t1lib/t1lib-1.3.1.ebuild +++ b/media-libs/t1lib/t1lib-1.3.1.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Update: Roman Weber <gentoo@gonzo.ch> -# /space/gentoo/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-1.3.ebuild,v 1.4 2002/04/16 01:14:04 seemant Exp +# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-1.3.1.ebuild,v 1.5 2002/07/23 00:49:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A Type 1 Rasterizer Library for UNIX/X11" @@ -36,12 +35,7 @@ src_compile() { use tetex \ || myopt="without_doc" echo `pwd` - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --datadir=/etc \ - ${myconf} || die - + econf ${myconf} || die make ${myopt} || die } |