From 5dd674bdd2f10d3f2fcaf12e6ef1544694b37ac8 Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Mon, 27 Oct 2014 00:52:59 +0000 Subject: [PATCH] python3: Fix patch counts --- mingw-w64-python3/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python3/PKGBUILD b/mingw-w64-python3/PKGBUILD index 185752c3ff..313dd7b045 100644 --- a/mingw-w64-python3/PKGBUILD +++ b/mingw-w64-python3/PKGBUILD @@ -120,7 +120,7 @@ prepare() { plain "Apply Ray Donnelly's relocatability enabling patch" patch -Np1 -i "${srcdir}"/0000-make-_sysconfigdata.py-relocatable.patch - plain "Apply Roumen Petrov's core patches (15)" + plain "Apply Roumen Petrov's core patches (14)" patch -Np1 -i "${srcdir}"/0100-MINGW-BASE-use-NT-thread-model.patch patch -Np1 -i "${srcdir}"/0110-MINGW-translate-gcc-internal-defines-to-python-platf.patch patch -Np1 -i "${srcdir}"/0130-MINGW-configure-MACHDEP-and-platform-for-build.patch @@ -140,7 +140,7 @@ prepare() { patch -Np1 -i "${srcdir}"/0250-MINGW-compiler-customize-mingw-cygwin-compilers.patch patch -Np1 -i "${srcdir}"/0260-MINGW-compiler-enable-new-dtags.patch - plain "Apply Roumen Petrov's extensions patches (23)" + plain "Apply Roumen Petrov's extensions patches (25)" patch -Np1 -i "${srcdir}"/0270-CYGWIN-issue13756-Python-make-fail-on-cygwin.patch patch -Np1 -i "${srcdir}"/0280-issue17219-add-current-dir-in-library-path-if-buildi.patch patch -Np1 -i "${srcdir}"/0290-issue6672-v2-Add-Mingw-recognition-to-pyport.h-to-al.patch