diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-03-09 17:10:58 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-03-09 17:10:58 -0300 |
commit | 9de46d667642c4347414e7feb49582fd3538b008 (patch) | |
tree | 1ebf7e32cff0ab3d6340d73b87d32bd70295ce32 /libre/thunderbird-libre/python2.7.patch | |
parent | f078deb8b369742fb70acb7c0894af41cafd983b (diff) | |
parent | 0fda9e0a8501d54972674e1c9232c7f2a0160fac (diff) |
Merge branch 'master' of ssh://vparabola/srv/git/projects/abslibre
Diffstat (limited to 'libre/thunderbird-libre/python2.7.patch')
-rw-r--r-- | libre/thunderbird-libre/python2.7.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/thunderbird-libre/python2.7.patch b/libre/thunderbird-libre/python2.7.patch new file mode 100644 index 000000000..2d159d479 --- /dev/null +++ b/libre/thunderbird-libre/python2.7.patch @@ -0,0 +1,11 @@ +--- configure.in 2010-10-13 08:37:29.000000000 -0700 ++++ configure.in~ 2010-10-19 10:32:06.360019362 -0700 +@@ -878,7 +878,7 @@ + AC_MSG_RESULT([yes]) + fi + +-MOZ_PATH_PROGS(PYTHON, $PYTHON python2.6 python2.5 python2.4 python) ++MOZ_PATH_PROGS(PYTHON, $PYTHON python2.7 python2.6 python2.5 python2.4 python) + if test -z "$PYTHON"; then + AC_MSG_ERROR([python was not found in \$PATH]) + fi |