diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2006-09-06 14:35:22 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2006-09-06 14:35:22 +0000 |
commit | 79aff805ccf4fd7d3490fc0527841f38fd12003e (patch) | |
tree | 7f5a093f2f057bf2df6fb6201d06e5016387e643 /net-ftp/proftpd/proftpd-1.2.10-r7.ebuild | |
parent | Marked ppc stable for bug #145033. (diff) | |
download | historical-79aff805ccf4fd7d3490fc0527841f38fd12003e.tar.gz historical-79aff805ccf4fd7d3490fc0527841f38fd12003e.tar.bz2 historical-79aff805ccf4fd7d3490fc0527841f38fd12003e.zip |
updated patch and added patch for openssl 0.9.8 issue
Package-Manager: portage-2.1.1_rc1-r4
Diffstat (limited to 'net-ftp/proftpd/proftpd-1.2.10-r7.ebuild')
-rw-r--r-- | net-ftp/proftpd/proftpd-1.2.10-r7.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-ftp/proftpd/proftpd-1.2.10-r7.ebuild b/net-ftp/proftpd/proftpd-1.2.10-r7.ebuild index 555fcd7246e9..3398dc2de699 100644 --- a/net-ftp/proftpd/proftpd-1.2.10-r7.ebuild +++ b/net-ftp/proftpd/proftpd-1.2.10-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.10-r7.ebuild,v 1.9 2006/09/04 23:50:32 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.10-r7.ebuild,v 1.10 2006/09/06 14:35:22 humpback Exp $ inherit flag-o-matic eutils @@ -46,6 +46,9 @@ src_unpack() { # Fix gcc4 compile error, bug #145940 epatch "${FILESDIR}/gcc4-mod_quotatab_sql.patch" + + #Fix openssl 0.9.8 compile error, bug #146534 + epatch "${FILESDIR}/openssl-0.9.8.patch" } src_compile() { |