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

Collapse All | Expand All

(-)usr/portage/gnome-extra/evolution-data-server/evolution-data-server-1.8.3-r4.ebuild (-2 / +8 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2007 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/gnome-extra/evolution-data-server/evolution-data-server-1.8.3-r4.ebuild,v 1.1 2007/05/03 12:06:33 pva Exp $
3
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-1.8.3-r3.ebuild,v 1.1 2007/05/01 16:44:48 pva Exp $
4
4
5
WANT_AUTOMAKE="1.9"
5
WANT_AUTOMAKE="1.9"
6
WANT_AUTOCONF="latest"
6
WANT_AUTOCONF="latest"
Lines 48-54 Link Here
48
48
49
pkg_setup() {
49
pkg_setup() {
50
	G2CONF="$(use_with ldap openldap)	\
50
	G2CONF="$(use_with ldap openldap)	\
51
		$(use_with kerberos krb5 /usr)	\
51
		$(use_with kerberos krb5 `krb5-config --prefix`) \
52
		$(use_enable ssl nss)		\
52
		$(use_enable ssl nss)		\
53
		$(use_enable ssl smime)		\
53
		$(use_enable ssl smime)		\
54
		$(use_enable ipv6)		\
54
		$(use_enable ipv6)		\
Lines 67-72 Link Here
67
	else
67
	else
68
		G2CONF="${G2CONF} $(use_with krb4 krb4 /usr)"
68
		G2CONF="${G2CONF} $(use_with krb4 krb4 /usr)"
69
	fi
69
	fi
70
71
	if use kerberos; then
72
		G2CONF="${G2CONF} \
73
			--with-krb5-libs=`krb5-config --libs |sed -e's/^-L\([^ ]*\)\($\| .*$\)/\1/'` \
74
			--with-krb5-includes=`krb5-config --cflags |sed -e's/^-I\([^ ]*\)\($\| .*$\)/\1/'`"
75
	fi
70
}
76
}
71
77
72
src_unpack() {
78
src_unpack() {

Return to bug 134064