Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 134437
Collapse All | Expand All

(-)/usr/portage/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild (-4 / +5 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2006 Gentoo Foundation
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/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild,v 1.12 2006/12/10 15:44:32 tove Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild,v 1.9 2006/11/06 17:33:32 jer Exp $
4
4
5
WANT_AUTOCONF="latest"
5
WANT_AUTOCONF="latest"
6
WANT_AUTOMAKE="1.7"
6
WANT_AUTOMAKE="1.7"
Lines 17-23 Link Here
17
17
18
LICENSE="as-is"
18
LICENSE="as-is"
19
SLOT="2"
19
SLOT="2"
20
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
20
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
21
# Removed 'static' USE flag because it is broken upstream, Bug #94137
21
# Removed 'static' USE flag because it is broken upstream, Bug #94137
22
IUSE="berkdb crypt gdbm ldap mysql postgres kerberos ssl java pam authdaemond sample urandom srp ntlm_unsupported_patch"
22
IUSE="berkdb crypt gdbm ldap mysql postgres kerberos ssl java pam authdaemond sample urandom srp ntlm_unsupported_patch"
23
23
Lines 119-126 Link Here
119
	# Add use srp. Bug #81970.
119
	# Add use srp. Bug #81970.
120
	myconf="${myconf} `use_enable srp`"
120
	myconf="${myconf} `use_enable srp`"
121
	myconf="${myconf} `use_enable java` `use_with java javahome ${JAVA_HOME}`"
121
	myconf="${myconf} `use_enable java` `use_with java javahome ${JAVA_HOME}`"
122
	# bug #56523. add authdaemond support.
122
	if use authdaemond; then
123
	myconf="${myconf} `use_with authdaemond`"
123
		myconf="${myconf} --with-authdaemond=/var/lib/courier/authdaemon/socket"
124
	fi
124
125
125
	# fix for bug #59634. langthang 20040810.
126
	# fix for bug #59634. langthang 20040810.
126
	if ! use ssl; then
127
	if ! use ssl; then

Return to bug 134437