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

Collapse All | Expand All

(-)php-4.2.1-r3.ebuild (-2 / +7 lines)
Lines 22-28 Link Here
22
	qt? ( =x11-libs/qt-2.3* )
22
	qt? ( =x11-libs/qt-2.3* )
23
	nls? ( sys-devel/gettext )
23
	nls? ( sys-devel/gettext )
24
	pam? ( >=sys-libs/pam-0.75 )
24
	pam? ( >=sys-libs/pam-0.75 )
25
	xml? ( >=app-text/sablotron-0.44 )
25
	xml? ( >=app-text/sablotron-0.95-r1 )
26
	ssl? ( >=dev-libs/openssl-0.9.5 )
26
	ssl? ( >=dev-libs/openssl-0.9.5 )
27
	curl? ( >=net-ftp/curl-7.8.1 )
27
	curl? ( >=net-ftp/curl-7.8.1 )
28
	snmp? ( >=net-analyzer/ucd-snmp-4.2.3 )
28
	snmp? ( >=net-analyzer/ucd-snmp-4.2.3 )
Lines 47-58 Link Here
47
47
48
RDEPEND="${DEPEND}
48
RDEPEND="${DEPEND}
49
	qt? ( >=x11-libs/qt-2.3.0 )
49
	qt? ( >=x11-libs/qt-2.3.0 )
50
	xml? ( >=app-text/sablotron-0.44 )"
50
	xml? ( >=app-text/sablotron-0.95-r1 )"
51
51
52
src_unpack() {
52
src_unpack() {
53
	unpack ${P}.tar.gz
53
	unpack ${P}.tar.gz
54
	cd ${S}
54
	cd ${S}
55
55
56
	# Configure Patch for wired uname -a 
57
	mv configure configure.old
58
	cat configure.old | sed "s/PHP_UNAME=\`uname -a\`/PHP_UNAME=\`uname -s -n -r -v\`/g" > configure
59
	chmod 755 configure
60
	
56
#	if [ "`use java`" ] ; then
61
#	if [ "`use java`" ] ; then
57
#
62
#
58
#		cp configure configure.orig
63
#		cp configure configure.orig

Return to bug 4909