summarylogtreecommitdiffstats
path: root/python2_only.patch
diff options
context:
space:
mode:
authorGabriel B. Casella2015-08-19 02:44:13 -0300
committerGabriel B. Casella2015-08-19 02:44:13 -0300
commit525db47685bf21c4507287609c8e3a9c311bc0d6 (patch)
tree2012014703bbd2534a216b58d873ea2ad5b72686 /python2_only.patch
downloadaur-python2-crack.tar.gz
First commit migrating package from AURv3 to AURv4
The only modification from the previous version is the inclusion of .SRCINFO
Diffstat (limited to 'python2_only.patch')
-rw-r--r--python2_only.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/python2_only.patch b/python2_only.patch
new file mode 100644
index 000000000000..ac9ddd1ccd75
--- /dev/null
+++ b/python2_only.patch
@@ -0,0 +1,11 @@
+--- configure 2006-04-10 03:10:07.000000000 -0600
++++ configure 2012-04-06 16:50:00.864304570 -0600
+@@ -2911,7 +2911,7 @@
+
+
+ # Find any Python interpreter.
+- for ac_prog in python python2 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5
++ for ac_prog in python2 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2