diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2013-04-27 00:19:56 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-28 12:23:32 -0300 |
commit | 20b3ab52308a6cad97e72ab9835a3e3aa7f83c46 (patch) | |
tree | 0851f96712c26f81b2fdff6e3ff2e0a01eb6aeb2 /python/python3/patches | |
parent | 513970f29c63c1056127ddaa25a0351cf33278bd (diff) | |
download | slackbuilds-20b3ab52308a6cad97e72ab9835a3e3aa7f83c46.tar.gz |
python/python3: Updated for version 3.3.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/python3/patches')
-rw-r--r-- | python/python3/patches/python3.no-static-library.diff | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python/python3/patches/python3.no-static-library.diff b/python/python3/patches/python3.no-static-library.diff index dd7bdad6a1..c0e48bd9fb 100644 --- a/python/python3/patches/python3.no-static-library.diff +++ b/python/python3/patches/python3.no-static-library.diff @@ -1,7 +1,7 @@ -diff -uar Python-3.3.0.orig/Makefile.pre.in Python-3.3.0/Makefile.pre.in ---- Python-3.3.0.orig/Makefile.pre.in 2012-09-29 11:00:41.000000000 +0300 -+++ Python-3.3.0/Makefile.pre.in 2012-10-09 21:55:38.253943598 +0300 -@@ -463,7 +463,7 @@ +diff -uar Python-3.3.1.orig/Makefile.pre.in Python-3.3.1/Makefile.pre.in +--- Python-3.3.1.orig/Makefile.pre.in 2013-04-06 10:41:48.000000000 +0300 ++++ Python-3.3.1/Makefile.pre.in 2013-04-21 15:43:24.509324568 +0300 +@@ -471,7 +471,7 @@ # Build the interpreter @@ -9,8 +9,8 @@ diff -uar Python-3.3.0.orig/Makefile.pre.in Python-3.3.0/Makefile.pre.in +$(BUILDPYTHON): Modules/python.o $(LDLIBRARY) $(PY3LIBRARY) $(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ Modules/python.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST) - platform: $(BUILDPYTHON) $(SYSCONFIGDATA) -@@ -479,18 +479,6 @@ + platform: $(BUILDPYTHON) pybuilddir.txt +@@ -495,18 +495,6 @@ $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' \ $(PYTHON_FOR_BUILD) $(srcdir)/setup.py $$quiet build @@ -29,7 +29,7 @@ diff -uar Python-3.3.0.orig/Makefile.pre.in Python-3.3.0/Makefile.pre.in libpython$(LDVERSION).so: $(LIBRARY_OBJS) if test $(INSTSONAME) != $(LDLIBRARY); then \ $(BLDSHARED) -Wl,-h$(INSTSONAME) -o $(INSTSONAME) $(LIBRARY_OBJS) $(MODLIBS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \ -@@ -580,7 +568,7 @@ +@@ -596,7 +584,7 @@ echo "-----------------------------------------------"; \ fi @@ -38,13 +38,13 @@ diff -uar Python-3.3.0.orig/Makefile.pre.in Python-3.3.0/Makefile.pre.in $(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ Modules/_testembed.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST) ############################################################################ -@@ -1148,18 +1136,6 @@ +@@ -1191,18 +1179,6 @@ else true; \ fi; \ done - @if test -d $(LIBRARY); then :; else \ - if test "$(PYTHONFRAMEWORKDIR)" = no-framework; then \ -- if test "$(SO)" = .dll; then \ +- if test "$(SHLIB_SUFFIX)" = .dll; then \ - $(INSTALL_DATA) $(LDLIBRARY) $(DESTDIR)$(LIBPL) ; \ - else \ - $(INSTALL_DATA) $(LIBRARY) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \ |