diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-26 16:04:20 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-26 16:04:20 +0800 |
commit | a179e5d51ae31aa222a112fb1498e648f65000f3 (patch) | |
tree | 4376dd8416cc3137822386b7fd8c285bcddd7d03 /x11-toolkits | |
parent | f586300595a5d2937f38a85ab91d9f50c3743a4b (diff) | |
download | marcuscom-ports-a179e5d51ae31aa222a112fb1498e648f65000f3.tar marcuscom-ports-a179e5d51ae31aa222a112fb1498e648f65000f3.tar.gz marcuscom-ports-a179e5d51ae31aa222a112fb1498e648f65000f3.tar.bz2 marcuscom-ports-a179e5d51ae31aa222a112fb1498e648f65000f3.tar.lz marcuscom-ports-a179e5d51ae31aa222a112fb1498e648f65000f3.tar.xz marcuscom-ports-a179e5d51ae31aa222a112fb1498e648f65000f3.tar.zst marcuscom-ports-a179e5d51ae31aa222a112fb1498e648f65000f3.zip |
Also add python3.1 to the check list. Just for completeness sake.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14660 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-gtk2/files/patch-configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/py-gtk2/files/patch-configure b/x11-toolkits/py-gtk2/files/patch-configure index 6491c015d..1c766c127 100644 --- a/x11-toolkits/py-gtk2/files/patch-configure +++ b/x11-toolkits/py-gtk2/files/patch-configure @@ -1,11 +1,11 @@ ---- configure.orig 2010-09-26 09:47:52.000000000 +0000 -+++ configure 2010-09-26 09:48:06.000000000 +0000 +--- configure.orig 2010-09-26 10:02:15.000000000 +0000 ++++ configure 2010-09-26 10:02:33.000000000 +0000 @@ -12288,7 +12288,7 @@ $as_echo_n "(cached) " >&6 else - for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do -+ for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do ++ for am_cv_pathless_PYTHON in python python2 python3 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do test "$am_cv_pathless_PYTHON" = none && break prog="import sys # split strings by '.' and convert to numeric. Append some zeros |