diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-12-07 01:39:56 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-12-07 01:39:56 (GMT) |
commit | b36b8522a551bf843b46be92cee0dddecd6e7451 (patch) | |
tree | 980a53276ada39070e63d7949aa2a532f1f8ebbb /abs/extra/community/firefox/python2.7.patch | |
parent | 31b5e3d2a4377aaf3f85504a5a875ec0358e07fc (diff) | |
download | linhes_pkgbuild-b36b8522a551bf843b46be92cee0dddecd6e7451.zip linhes_pkgbuild-b36b8522a551bf843b46be92cee0dddecd6e7451.tar.gz linhes_pkgbuild-b36b8522a551bf843b46be92cee0dddecd6e7451.tar.bz2 |
firefox: upgrade
Diffstat (limited to 'abs/extra/community/firefox/python2.7.patch')
-rw-r--r-- | abs/extra/community/firefox/python2.7.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/community/firefox/python2.7.patch b/abs/extra/community/firefox/python2.7.patch new file mode 100644 index 0000000..05a3e91 --- /dev/null +++ b/abs/extra/community/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 |