summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2008-04-24 18:04:57 +0000
committerLuca Longinotti <chtekk@gentoo.org>2008-04-24 18:04:57 +0000
commit884c6433f11fa686a3cc961a9702dce23108319b (patch)
tree96bac59f710789b015fd72ad33ac3c1dab3d007b /net-ftp/proftpd/proftpd-1.3.1.ebuild
parentAdded ~ppc64; bug #218794 (diff)
downloadhistorical-884c6433f11fa686a3cc961a9702dce23108319b.tar.gz
historical-884c6433f11fa686a3cc961a9702dce23108319b.tar.bz2
historical-884c6433f11fa686a3cc961a9702dce23108319b.zip
Fix bug #218850.
Package-Manager: portage-2.1.5_rc6
Diffstat (limited to 'net-ftp/proftpd/proftpd-1.3.1.ebuild')
-rw-r--r--net-ftp/proftpd/proftpd-1.3.1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-ftp/proftpd/proftpd-1.3.1.ebuild b/net-ftp/proftpd/proftpd-1.3.1.ebuild
index 9de5a79d7996..b8faf7d85d01 100644
--- a/net-ftp/proftpd/proftpd-1.3.1.ebuild
+++ b/net-ftp/proftpd/proftpd-1.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.1.ebuild,v 1.2 2008/04/17 09:32:05 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.1.ebuild,v 1.3 2008/04/24 18:04:56 chtekk Exp $
inherit eutils flag-o-matic toolchain-funcs autotools
@@ -93,8 +93,12 @@ src_unpack() {
cp -f mod_vroot/mod_vroot.html doc/
fi
+ # Fix bug #218850
+ epatch "${FILESDIR}/${P}-bug218850.patch"
+
# Fix bug #208840
epatch "${FILESDIR}/${P}-bug208840.patch"
+
eautoreconf
}