summaryrefslogtreecommitdiffstats
path: root/extra/firefox/python2.7.patch
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-02 08:04:04 +0100
committersibel <lesibel@free.fr>2011-01-02 08:04:04 +0100
commitbd0052227c4415ee3597d9f590f836ab9c217938 (patch)
treeb017e179044ed2ec913d15196e2604b257b2a948 /extra/firefox/python2.7.patch
parent4ebb5857b380581a9927556628734670467e1a18 (diff)
downloadnutyx-extra-bd0052227c4415ee3597d9f590f836ab9c217938.tar.gz
nutyx-extra-bd0052227c4415ee3597d9f590f836ab9c217938.tar.bz2
nutyx-extra-bd0052227c4415ee3597d9f590f836ab9c217938.tar.xz
nutyx-extra-bd0052227c4415ee3597d9f590f836ab9c217938.zip
firefox#3.6.13-1, correction python
Diffstat (limited to 'extra/firefox/python2.7.patch')
-rw-r--r--extra/firefox/python2.7.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/firefox/python2.7.patch b/extra/firefox/python2.7.patch
new file mode 100644
index 000000000..05a3e91a0
--- /dev/null
+++ b/extra/firefox/python2.7.patch
@@ -0,0 +1,11 @@
+--- configure.in 2010-10-12 10:44:37.000000000 -0700
++++ configure.in~ 2010-10-19 09:51:49.660019364 -0700
+@@ -811,7 +811,7 @@
+ AC_MSG_RESULT([yes])
+ fi
+
+-MOZ_PATH_PROGS(PYTHON, $PYTHON python2.5 python2.4 python)
++MOZ_PATH_PROGS(PYTHON, $PYTHON python2.7 python2.5 python2.4 python)
+ if test -z "$PYTHON"; then
+ AC_MSG_ERROR([python was not found in \$PATH])
+ fi