diff options
author | 2008-04-21 22:07:48 +0000 | |
---|---|---|
committer | 2008-04-21 22:07:48 +0000 | |
commit | c9eeb92f9f8959f2cdbc009c0ff3ccd3a3ad11a0 (patch) | |
tree | 343a9e819343d85d9883f0c2036138b585b2cf36 /net-fs/samba/samba-3.0.28.ebuild | |
parent | apply patch to allow compilation against libbeagle, bug #215026 (diff) | |
download | gentoo-2-c9eeb92f9f8959f2cdbc009c0ff3ccd3a3ad11a0.tar.gz gentoo-2-c9eeb92f9f8959f2cdbc009c0ff3ccd3a3ad11a0.tar.bz2 gentoo-2-c9eeb92f9f8959f2cdbc009c0ff3ccd3a3ad11a0.zip |
Added patch to fix problem with autoconf (bug #217272, thanks to vapier)
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'net-fs/samba/samba-3.0.28.ebuild')
-rw-r--r-- | net-fs/samba/samba-3.0.28.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-fs/samba/samba-3.0.28.ebuild b/net-fs/samba/samba-3.0.28.ebuild index eae800471a05..27c8d5161635 100644 --- a/net-fs/samba/samba-3.0.28.ebuild +++ b/net-fs/samba/samba-3.0.28.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-fs/samba/samba-3.0.28.ebuild,v 1.5 2008/02/27 19:19:48 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild,v 1.6 2008/04/21 22:07:48 dev-zero Exp $ inherit autotools eutils pam python multilib versionator confutils @@ -55,7 +55,8 @@ src_unpack() { epatch "${FILESDIR}/${PV}-libcap_detection.patch" \ "${FILESDIR}/${PV}-inotify_include.patch" \ - "${FILESDIR}/${PV}-fix_broken_readdir_detection.patch" + "${FILESDIR}/${PV}-fix_broken_readdir_detection.patch" \ + "${FILESDIR}/${PV}-autoconf-2.62-fix.patch" eautoconf -I. -Ilib/replace |