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 | 17f63901584949bb7091cbb01b89380b2af2b4ca (patch) | |
tree | 771b80bd9deadb9a6ad32fdafb3db10157b88a67 /media-libs/t1lib | |
parent | added SGI's free software B license (diff) | |
download | historical-17f63901584949bb7091cbb01b89380b2af2b4ca.tar.gz historical-17f63901584949bb7091cbb01b89380b2af2b4ca.tar.bz2 historical-17f63901584949bb7091cbb01b89380b2af2b4ca.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 } |