diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-08-09 21:04:39 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-08-09 21:04:39 +0000 |
commit | 16af067830d1395a13c2342279104ca028a08110 (patch) | |
tree | afbd6611d68cfe8bf95650609d6fda52781f14a1 /www-apache/mod_python/files | |
parent | Bug #280690 - Avoid newline immediately after start quote in RDEPEND, as a wo... (diff) | |
download | gentoo-2-16af067830d1395a13c2342279104ca028a08110.tar.gz gentoo-2-16af067830d1395a13c2342279104ca028a08110.tar.bz2 gentoo-2-16af067830d1395a13c2342279104ca028a08110.zip |
Modify src/include/mod_python.h.in instead of src/include/mod_python.h.
(Portage version: 13958-svn/cvs/Linux x86_64)
Diffstat (limited to 'www-apache/mod_python/files')
-rw-r--r-- | www-apache/mod_python/files/mod_python-3.3.1-apache-2.4.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/mod_python/files/mod_python-3.3.1-apache-2.4.patch b/www-apache/mod_python/files/mod_python-3.3.1-apache-2.4.patch index 8484d08d8620..135ef2e765b4 100644 --- a/www-apache/mod_python/files/mod_python-3.3.1-apache-2.4.patch +++ b/www-apache/mod_python/files/mod_python-3.3.1-apache-2.4.patch @@ -2,8 +2,8 @@ TODO: src/requestobject.c uses ap_requires() which has been removed in r368027. https://svn.apache.org/viewvc?view=rev&revision=368027 ---- src/include/mod_python.h -+++ src/include/mod_python.h +--- src/include/mod_python.h.in ++++ src/include/mod_python.h.in @@ -72,6 +72,11 @@ #endif #endif |