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/php4_4-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/php4_4-sapi.eclass,v 1.41 2007/10/05 21:35:26 hoffie Exp $
3
# $Header: /var/cvsroot/gentoo-x86/eclass/php4_4-sapi.eclass,v 1.42 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 421-427 Link Here
421
	phpconfutils_extension_with	"iconv"			"iconv"			0
421
	phpconfutils_extension_with	"iconv"			"iconv"			0
422
	phpconfutils_extension_with	"informix"		"informix"		1
422
	phpconfutils_extension_with	"informix"		"informix"		1
423
	phpconfutils_extension_disable	"ipv6"			"ipv6"			0
423
	phpconfutils_extension_disable	"ipv6"			"ipv6"			0
424
	phpconfutils_extension_with	"kerberos"		"kerberos"		0 "/usr"
424
        if has_version "app-crypt/heimdal" ; then
425
            phpconfutils_extension_with         "kerberos"              "kerberos"              0 "/usr/heimdal"
426
        else
427
            phpconfutils_extension_with         "kerberos"              "kerberos"              0 "/usr"
428
        fi
425
	phpconfutils_extension_enable	"mbstring"		"unicode"		1
429
	phpconfutils_extension_enable	"mbstring"		"unicode"		1
426
	phpconfutils_extension_with	"mcal"			"mcal"			1 "/usr"
430
	phpconfutils_extension_with	"mcal"			"mcal"			1 "/usr"
427
	phpconfutils_extension_with	"mcrypt"		"crypt"			1
431
	phpconfutils_extension_with	"mcrypt"		"crypt"			1

Return to bug 185899