diff options
Diffstat (limited to 'dev-python/mod_python/files/mod_python-3.1.4-configure-bash-3.1.patch')
-rw-r--r-- | dev-python/mod_python/files/mod_python-3.1.4-configure-bash-3.1.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/mod_python/files/mod_python-3.1.4-configure-bash-3.1.patch b/dev-python/mod_python/files/mod_python-3.1.4-configure-bash-3.1.patch deleted file mode 100644 index f3b5071963b0..000000000000 --- a/dev-python/mod_python/files/mod_python-3.1.4-configure-bash-3.1.patch +++ /dev/null @@ -1,13 +0,0 @@ -=== modified file 'configure.in' ---- configure.in -+++ configure.in -@@ -275,7 +275,7 @@ - # get the mod_python version - AC_SUBST(MP_VERSION) - MP_VERSION=`awk '/MPV_STRING/ {print $3}' src/include/mpversion.h` --MP_VERSION=`echo $MP_VERSION | sed s/\\"//g` -+MP_VERSION=`echo $MP_VERSION | sed s/\"//g` - - AC_OUTPUT(Makefile src/Makefile Doc/Makefile test/testconf.py dist/setup.py dist/Makefile) - - |