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

Collapse All | Expand All

(-)/usr/portage/eclass/php5_2-sapi.eclass (-2 / +6 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/eclass/php5_2-sapi.eclass,v 1.16 2007/10/05 21:35:26 hoffie Exp $
3
# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.17 2007/11/12 18:13:29 wltjr Exp $
4
4
5
# ========================================================================
5
# ========================================================================
6
# Based on robbat2's work on the php4 sapi eclass
6
# Based on robbat2's work on the php4 sapi eclass
Lines 438-444 Link Here
438
	phpconfutils_extension_without	"iconv"			"iconv"			0
438
	phpconfutils_extension_without	"iconv"			"iconv"			0
439
	phpconfutils_extension_disable	"ipv6"			"ipv6"			0
439
	phpconfutils_extension_disable	"ipv6"			"ipv6"			0
440
	phpconfutils_extension_disable	"json"			"json"			0
440
	phpconfutils_extension_disable	"json"			"json"			0
441
	phpconfutils_extension_with	"kerberos"		"kerberos"		0 "/usr"
441
        if has_version "app-crypt/heimdal" ; then
442
            phpconfutils_extension_with         "kerberos"              "kerberos"              0 "/usr/heimdal"
443
        else
444
            phpconfutils_extension_with         "kerberos"              "kerberos"              0 "/usr"
445
        fi
442
	phpconfutils_extension_disable	"libxml"		"xml"			0
446
	phpconfutils_extension_disable	"libxml"		"xml"			0
443
	phpconfutils_extension_enable	"mbstring"		"unicode"		1
447
	phpconfutils_extension_enable	"mbstring"		"unicode"		1
444
	phpconfutils_extension_with	"mcrypt"		"crypt"			1
448
	phpconfutils_extension_with	"mcrypt"		"crypt"			1

Return to bug 185899