|
Lines 2-8
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-python/mod_python/mod_python-3.1.4-r1.ebuild,v 1.6 2005/12/28 16:21:07 blubb Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-python/mod_python/mod_python-3.1.4-r1.ebuild,v 1.6 2005/12/28 16:21:07 blubb Exp $ |
| 4 |
|
4 |
|
| 5 |
inherit python eutils apache-module |
5 |
inherit python eutils apache-module autotools |
| 6 |
|
6 |
|
| 7 |
DESCRIPTION="An Apache2 DSO providing an embedded Python interpreter" |
7 |
DESCRIPTION="An Apache2 DSO providing an embedded Python interpreter" |
| 8 |
HOMEPAGE="http://www.modpython.org/" |
8 |
HOMEPAGE="http://www.modpython.org/" |
|
Lines 32-37
Link Here
|
| 32 |
if has_version ">=dev-lang/python-2.3"; then |
32 |
if has_version ">=dev-lang/python-2.3"; then |
| 33 |
sed -ie 's:LONG_LONG:PY_LONG_LONG:g' "${S}/src/requestobject.c" |
33 |
sed -ie 's:LONG_LONG:PY_LONG_LONG:g' "${S}/src/requestobject.c" |
| 34 |
fi |
34 |
fi |
|
|
35 |
|
| 36 |
# fix configure with bash 3.1 |
| 37 |
epatch "${FILESDIR}/${P}-configure-bash-3.1.patch" |
| 38 |
eautoconf |
| 35 |
} |
39 |
} |
| 36 |
|
40 |
|
| 37 |
src_compile() { |
41 |
src_compile() { |