summaryrefslogtreecommitdiffstats
path: root/main/bacula-client/bacula-5.0.2-python27.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2011-04-05 12:34:59 +0000
committerLeonardo Arena <rnalrd@gmail.com>2011-04-05 12:34:59 +0000
commit4bf272d1a2a266c8d3c053de0b08e5866d1f0c57 (patch)
tree18fa6d2c64a98f30dfbb183744dd834974d0dee9 /main/bacula-client/bacula-5.0.2-python27.patch
parent884ad269bd08686243e49698a3bbacf759d6c0b7 (diff)
downloadaports-4bf272d1a2a266c8d3c053de0b08e5866d1f0c57.tar.bz2
aports-4bf272d1a2a266c8d3c053de0b08e5866d1f0c57.tar.xz
main/bacula: apply same patches and pkgrel of main/bacula
Diffstat (limited to 'main/bacula-client/bacula-5.0.2-python27.patch')
-rw-r--r--main/bacula-client/bacula-5.0.2-python27.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/main/bacula-client/bacula-5.0.2-python27.patch b/main/bacula-client/bacula-5.0.2-python27.patch
new file mode 100644
index 000000000..36543872e
--- /dev/null
+++ b/main/bacula-client/bacula-5.0.2-python27.patch
@@ -0,0 +1,22 @@
+--- ./configure~ 2010-04-27 14:58:29.000000000 -0500
++++ ./configure 2010-07-30 11:28:47.494178663 -0500
+@@ -26255,7 +26255,7 @@
+ PYTHON_LIBS=`/usr/bin/python-config --libs`
+ else
+ for python_root in /usr /usr/local /usr/sfw; do
+- for ver in python2.2 python2.3 python2.4 python2.5 python2.6 python3; do
++ for ver in python2.2 python2.3 python2.4 python2.5 python2.6 python2.7 python3; do
+ if test -f $python_root/include/${ver}/Python.h; then
+ PYTHON_INCDIR=-I$python_root/include/${ver}
+ if test -d $python_root/lib64/${ver}/config; then
+--- ./autoconf/configure.in~ 2010-04-27 14:58:29.000000000 -0500
++++ ./autoconf/configure.in 2010-07-30 11:30:22.837182092 -0500
+@@ -963,7 +963,7 @@
+ PYTHON_LIBS=`/usr/bin/python-config --libs`
+ else
+ for python_root in /usr /usr/local /usr/sfw; do
+- for ver in python2.2 python2.3 python2.4 python2.5 python2.6 python3; do
++ for ver in python2.2 python2.3 python2.4 python2.5 python2.6 python2.7 python3; do
+ if test -f $python_root/include/${ver}/Python.h; then
+ PYTHON_INCDIR=-I$python_root/include/${ver}
+ if test -d $python_root/lib64/${ver}/config; then