From 2555d120024bfa1fcdbddef864fff96154492d79 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 8 Mar 2011 13:57:49 -0300 Subject: seamonkey-libre-2.0.12-1 --- libre/seamonkey-libre/python27.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libre/seamonkey-libre/python27.patch (limited to 'libre/seamonkey-libre/python27.patch') diff --git a/libre/seamonkey-libre/python27.patch b/libre/seamonkey-libre/python27.patch new file mode 100644 index 000000000..f00681fd2 --- /dev/null +++ b/libre/seamonkey-libre/python27.patch @@ -0,0 +1,11 @@ +--- configure.in~ 2010-10-20 17:43:42.843358798 -0700 ++++ configure.in 2010-10-20 17:43:16.373359032 -0700 +@@ -874,7 +874,7 @@ + AC_MSG_RESULT([yes]) + fi + +-AC_PATH_PROGS(PYTHON, $PYTHON python2.5 python2.4 python) ++AC_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 -- cgit v1.2.3