diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-03 19:47:25 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-03 19:47:25 -0300 |
commit | 85ad9967fdd62f00daa8d77512dcee7eb5c9d135 (patch) | |
tree | c55a0682f6e55cf780756a3657195abbf9c0c59b /libre-testing/icedove-libre/python2.7.patch | |
parent | e95d039f5ac4ad0f31ab1733e934d42e2b5cff51 (diff) |
libre-testing/icedove-libre
Diffstat (limited to 'libre-testing/icedove-libre/python2.7.patch')
-rw-r--r-- | libre-testing/icedove-libre/python2.7.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libre-testing/icedove-libre/python2.7.patch b/libre-testing/icedove-libre/python2.7.patch new file mode 100644 index 000000000..2d159d479 --- /dev/null +++ b/libre-testing/icedove-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 |