diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-04-03 15:17:32 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-04-03 15:17:32 +0000 |
commit | 5573e6276ffd36e9bcb4a07372b84dfa17452131 (patch) | |
tree | 6904592e5eb2d0e56cab8c3bd23077678fcb089a /net-ftp/pftpfxp/pftpfxp-1.11.ebuild | |
parent | Version bump for security bug #237476. Since this is basically 1.6.0.7 with o... (diff) | |
download | gentoo-2-5573e6276ffd36e9bcb4a07372b84dfa17452131.tar.gz gentoo-2-5573e6276ffd36e9bcb4a07372b84dfa17452131.tar.bz2 gentoo-2-5573e6276ffd36e9bcb4a07372b84dfa17452131.zip |
Fix gcc 4.3 compile failure. Thanks to Magnus Granberg, fixes #261299
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'net-ftp/pftpfxp/pftpfxp-1.11.ebuild')
-rw-r--r-- | net-ftp/pftpfxp/pftpfxp-1.11.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-ftp/pftpfxp/pftpfxp-1.11.ebuild b/net-ftp/pftpfxp/pftpfxp-1.11.ebuild index 774061f91be8..d96ea313e985 100644 --- a/net-ftp/pftpfxp/pftpfxp-1.11.ebuild +++ b/net-ftp/pftpfxp/pftpfxp-1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pftpfxp/pftpfxp-1.11.ebuild,v 1.1 2009/03/08 03:00:36 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pftpfxp/pftpfxp-1.11.ebuild,v 1.2 2009/04/03 15:17:32 patrick Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -16,6 +16,10 @@ IUSE="ssl" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6c )" S=${WORKDIR}/${MY_P} +src_prepare() { + epatch "$FILESDIR/1.11-gcc43.patch" +} + src_configure() { #fix permissions of configure script chmod +x configure |