summaryrefslogtreecommitdiffstats
path: root/python/python3/patches
diff options
context:
space:
mode:
author Audrius Kažukauskas2014-03-13 02:31:46 +0100
committer Erik Hanson2014-03-21 19:01:14 +0100
commit9bca0cc4051527d29d06eef1106a21ab65c61de1 (patch)
tree8cb39dc8b774e59fb8acb8b80d97b939988842ce /python/python3/patches
parent3e626757b35bce68e31ca25883b6dc0c77359787 (diff)
downloadslackbuilds-9bca0cc4051527d29d06eef1106a21ab65c61de1.tar.gz
python/python3: Updated for version 3.3.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3/patches')
-rw-r--r--python/python3/patches/python3.no-static-library.diff8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/python3/patches/python3.no-static-library.diff b/python/python3/patches/python3.no-static-library.diff
index fa28c0d615..2bb1afccf3 100644
--- a/python/python3/patches/python3.no-static-library.diff
+++ b/python/python3/patches/python3.no-static-library.diff
@@ -1,6 +1,6 @@
-diff -uar Python-3.3.3.orig/Makefile.pre.in Python-3.3.3/Makefile.pre.in
---- Python-3.3.3.orig/Makefile.pre.in 2013-11-17 09:22:55.000000000 +0200
-+++ Python-3.3.3/Makefile.pre.in 2013-12-29 13:38:17.787830460 +0200
+diff -uar Python-3.3.5.orig/Makefile.pre.in Python-3.3.5/Makefile.pre.in
+--- Python-3.3.5.orig/Makefile.pre.in 2014-03-09 10:40:23.000000000 +0200
++++ Python-3.3.5/Makefile.pre.in 2014-03-12 22:42:27.614023691 +0200
@@ -475,7 +475,7 @@
@@ -38,7 +38,7 @@ diff -uar Python-3.3.3.orig/Makefile.pre.in Python-3.3.3/Makefile.pre.in
$(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ Modules/_testembed.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST)
############################################################################
-@@ -1197,18 +1185,6 @@
+@@ -1200,18 +1188,6 @@
else true; \
fi; \
done