diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-18 18:00:34 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-18 18:00:34 +0800 |
commit | 73794b144e07ac12e9534321091bd6612a952566 (patch) | |
tree | 19893f3f0e49f8a30249d8382c7ccb16404d6b51 /x11-toolkits/py-gtk2/files/patch-configure | |
parent | 2c162908da1c78fceca716b8b1816179346348ff (diff) | |
download | marcuscom-ports-73794b144e07ac12e9534321091bd6612a952566.tar marcuscom-ports-73794b144e07ac12e9534321091bd6612a952566.tar.gz marcuscom-ports-73794b144e07ac12e9534321091bd6612a952566.tar.bz2 marcuscom-ports-73794b144e07ac12e9534321091bd6612a952566.tar.lz marcuscom-ports-73794b144e07ac12e9534321091bd6612a952566.tar.xz marcuscom-ports-73794b144e07ac12e9534321091bd6612a952566.tar.zst marcuscom-ports-73794b144e07ac12e9534321091bd6612a952566.zip |
Fix py-gobject depend.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15238 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gtk2/files/patch-configure')
-rw-r--r-- | x11-toolkits/py-gtk2/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/py-gtk2/files/patch-configure b/x11-toolkits/py-gtk2/files/patch-configure new file mode 100644 index 000000000..1c766c127 --- /dev/null +++ b/x11-toolkits/py-gtk2/files/patch-configure @@ -0,0 +1,11 @@ +--- 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.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 |