1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/kudu/files/patch-configure
Cheng-Lung Sung 43b4e0ea39 - Update to 0.1.2
PR:		ports/103652
Submitted by:	maintainer (Dmitry Marakasov)
2006-09-26 06:29:40 +00:00

21 lines
458 B
Plaintext

--- configure.orig Tue Sep 12 23:25:45 2006
+++ configure Fri Sep 15 00:47:10 2006
@@ -3095,7 +3095,7 @@
#define HAVE_PYTHON_H 1
_ACEOF
- let have_python+=1
+ have_python=$(($have_python+1))
fi
# Check for Python library path
@@ -3115,7 +3115,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