diff options
author | makc <makc@FreeBSD.org> | 2009-05-20 06:08:58 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-05-20 06:08:58 +0800 |
commit | 10a8f4210a0c18ea68e5c32408245c6d34344610 (patch) | |
tree | adec09f75db0627aa7b05b7c4dd8bd95d66ae561 /misc/kdeutils3/files | |
parent | fc93bfe9f42d19c1975dd8f7241096546f29391e (diff) | |
download | freebsd-ports-gnome-10a8f4210a0c18ea68e5c32408245c6d34344610.tar.gz freebsd-ports-gnome-10a8f4210a0c18ea68e5c32408245c6d34344610.tar.zst freebsd-ports-gnome-10a8f4210a0c18ea68e5c32408245c6d34344610.zip |
Fix build with python26,
minor cleanups
Diffstat (limited to 'misc/kdeutils3/files')
-rw-r--r-- | misc/kdeutils3/files/patch-configure | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/misc/kdeutils3/files/patch-configure b/misc/kdeutils3/files/patch-configure index 2099c96dec80..2825c6de049f 100644 --- a/misc/kdeutils3/files/patch-configure +++ b/misc/kdeutils3/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2007-10-08 10:31:38.000000000 -0400 -+++ configure 2008-08-14 10:17:24.000000000 -0400 -@@ -22642,10 +22642,10 @@ +--- ./configure.orig 2008-08-20 19:53:06.000000000 +0400 ++++ ./configure 2009-05-19 21:14:00.000000000 +0400 +@@ -22643,10 +22643,10 @@ # This can be used to rebuild libtool when needed @@ -13,7 +13,7 @@ # Prevent multiple expansion -@@ -35082,153 +35082,7 @@ +@@ -35228,153 +35228,7 @@ fi @@ -168,7 +168,7 @@ if test "xyes" = "x$have_l_funcs" ; then -@@ -35789,89 +35643,6 @@ +@@ -35935,89 +35789,6 @@ fi @@ -258,3 +258,16 @@ LIBGMP= kde_safe_cppflags=$CPPFLAGS +@@ -38739,10 +38510,10 @@ + + + +-if test -z ""2.5""; then ++if test -z ""%%PYTHON_VER%%""; then + version="1.5" + else +- version=""2.5"" ++ version=""%%PYTHON_VER%%"" + fi + + { echo "$as_me:$LINENO: checking for Python$version" >&5 |