diff options
Diffstat (limited to 'net-fs/samba/samba-3.0.1-r1.ebuild')
-rw-r--r-- | net-fs/samba/samba-3.0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/samba/samba-3.0.1-r1.ebuild b/net-fs/samba/samba-3.0.1-r1.ebuild index 4fade6f0b866..af19cc77cf14 100644 --- a/net-fs/samba/samba-3.0.1-r1.ebuild +++ b/net-fs/samba/samba-3.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.1-r1.ebuild,v 1.2 2004/01/07 21:47:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.1-r1.ebuild,v 1.3 2004/01/16 09:22:36 darkspecter Exp $ inherit eutils @@ -55,7 +55,7 @@ src_unpack() { #Next one is from eger@cc.gatech.edu :) patch -p1 <${FILESDIR}/samba-3.0.0-python-setup.patch || die #Fix for bug #27858 - if [ "${ARCH}" = "sparc" ] + if [ "${ARCH}" = "sparc" -o "${arch}" = "ppc" ] then cd ${S}/source/include epatch ${FILESDIR}/samba-2.2.8-statfs.patch |