diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-12 21:44:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-12 21:44:59 +0000 |
commit | f7cf6ec16e1d2dd39eb1f5997bda955dcd401b2e (patch) | |
tree | 4f3079a9846e5fe20f8f193f962c91b8063b7ea1 /net-ftp/easyftp/easyftp-6_beta.ebuild | |
parent | fix src_uri Rik switched to bz2 (diff) | |
download | historical-f7cf6ec16e1d2dd39eb1f5997bda955dcd401b2e.tar.gz historical-f7cf6ec16e1d2dd39eb1f5997bda955dcd401b2e.tar.bz2 historical-f7cf6ec16e1d2dd39eb1f5997bda955dcd401b2e.zip |
Added a gcc3.2 fix
Diffstat (limited to 'net-ftp/easyftp/easyftp-6_beta.ebuild')
-rw-r--r-- | net-ftp/easyftp/easyftp-6_beta.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-ftp/easyftp/easyftp-6_beta.ebuild b/net-ftp/easyftp/easyftp-6_beta.ebuild index e36586bcef6e..6e905c7bed48 100644 --- a/net-ftp/easyftp/easyftp-6_beta.ebuild +++ b/net-ftp/easyftp/easyftp-6_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/easyftp/easyftp-6_beta.ebuild,v 1.4 2002/09/23 20:10:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/easyftp/easyftp-6_beta.ebuild,v 1.5 2002/10/12 21:44:59 vapier Exp $ S=${WORKDIR} DESCRIPTION="An EASY GUI FTP Client (QT based)" @@ -14,10 +14,11 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc sparc64" src_compile() { + patch -p0<${FILESDIR}/easyftp-gcc3.2.diff emake || die } -src_install () { +src_install() { exeinto /usr/bin/ doexe easyFTP dodoc README |