Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 57063 | Differences between
and this patch

Collapse All | Expand All

(-)samba-3.0.4-r1.ebuild.orig (-1 / +7 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.4-r1.ebuild,v 1.10 2004/07/13 23:39:23 kloeri Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.4-r1.ebuild,v 1.10 2004/07/13 23:39:23 kloeri Exp $
4
4
5
inherit eutils
5
inherit eutils flag-o-matic
6
6
7
IUSE="kerberos mysql postgres xml xml2 acl cups ldap pam readline python doc"
7
IUSE="kerberos mysql postgres xml xml2 acl cups ldap pam readline python doc"
8
IUSE="${IUSE} oav"
8
IUSE="${IUSE} oav"
Lines 88-93 Link Here
88
	local i
88
	local i
89
	local myconf
89
	local myconf
90
	local mymods
90
	local mymods
91
	
92
	#Fix #57063 
93
	if [ "${ARCH}" = "ppc" ]
94
	then
95
	  replace-flags -O? -O1
96
	fi
91
97
92
	#this is deprecated...
98
	#this is deprecated...
93
	#mymods="nisplussam"
99
	#mymods="nisplussam"

Return to bug 57063