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

Collapse All | Expand All

(-)php-java-bridge-2.0.8.ebuild (-2 / +4 lines)
Lines 2-12 Link Here
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-php5/php-java-bridge/php-java-bridge-2.0.8.ebuild,v 1.12 2006/10/14 22:28:44 chtekk Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-java-bridge/php-java-bridge-2.0.8.ebuild,v 1.12 2006/10/14 22:28:44 chtekk Exp $
4
4
5
WANT_AUTOCONF="latest"
6
WANT_AUTOMAKE="latest"
7
5
PHP_EXT_NAME="java"
8
PHP_EXT_NAME="java"
6
PHP_EXT_INI="yes"
9
PHP_EXT_INI="yes"
7
PHP_EXT_ZENDEXT="no"
10
PHP_EXT_ZENDEXT="no"
8
11
9
inherit php-ext-source-r1
12
inherit php-ext-source-r1 autotools
10
13
11
KEYWORDS="amd64 ppc ppc64 x86"
14
KEYWORDS="amd64 ppc ppc64 x86"
12
DESCRIPTION="The PHP/Java bridge is a PHP module wich connects the PHP object system with the Java or ECMA 335 object system."
15
DESCRIPTION="The PHP/Java bridge is a PHP module wich connects the PHP object system with the Java or ECMA 335 object system."
Lines 44-50 Link Here
44
47
45
src_compile() {
48
src_compile() {
46
	has_php
49
	has_php
47
	export WANT_AUTOMAKE=1.9 WANT_AUTOCONF=2.5
48
	my_conf="--disable-servlet --with-java=`java-config --jdk-home`"
50
	my_conf="--disable-servlet --with-java=`java-config --jdk-home`"
49
	php-ext-source-r1_src_compile
51
	php-ext-source-r1_src_compile
50
}
52
}

Return to bug 140744