aboutsummaryrefslogtreecommitdiff
path: root/graphics/kudu
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-05-07 23:05:04 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-05-07 23:05:04 +0000
commit263dcbf4cab2a210fab69161273d479c58b8f96e (patch)
tree95c8097bb433965b6fb601c79e7a3a8da186971a /graphics/kudu
parentfc142e72cf4bef087437fb88907694709362eaca (diff)
downloadports-263dcbf4cab2a210fab69161273d479c58b8f96e.tar.gz
ports-263dcbf4cab2a210fab69161273d479c58b8f96e.zip
Notes
Diffstat (limited to 'graphics/kudu')
-rw-r--r--graphics/kudu/files/patch-configure20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/kudu/files/patch-configure b/graphics/kudu/files/patch-configure
new file mode 100644
index 000000000000..e98299470c75
--- /dev/null
+++ b/graphics/kudu/files/patch-configure
@@ -0,0 +1,20 @@
+--- configure.orig Fri Dec 23 12:57:26 2005
++++ configure Sun May 7 16:03:41 2006
+@@ -3043,7 +3043,7 @@
+ #define HAVE_PYTHON_H 1
+ _ACEOF
+
+- let have_python+=1
++ have_python=$(($have_python+1))
+ fi
+
+ # Check for Python library path
+@@ -3063,7 +3063,7 @@
+ #AC_MSG_ERROR([cannot find Python library path])
+ have_python=0
+ else
+- let have_python+=1
++ have_python=$(($have_python+1))
+
+ cat >>confdefs.h <<\_ACEOF
+ #define HAVE_LIBPYTHON 1