From a54358748b96f1dcffb102ca145dcf7fb2909b8f Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 19 Jun 2019 23:00:42 +0300 Subject: [PATCH] make: Remove patch --- core/make/build | 2 -- core/make/checksums | 1 - core/make/patches/make-4.2.1.patch | 11 ----------- core/make/sources | 1 - 4 files changed, 15 deletions(-) delete mode 100644 core/make/patches/make-4.2.1.patch diff --git a/core/make/build b/core/make/build index 64a900d4..8c650b61 100755 --- a/core/make/build +++ b/core/make/build @@ -1,7 +1,5 @@ #!/bin/sh -e -patch -p1 < make-4.2.1.patch - ./configure \ --prefix=/usr diff --git a/core/make/checksums b/core/make/checksums index 5a2eaf21..92e5ce41 100644 --- a/core/make/checksums +++ b/core/make/checksums @@ -1,2 +1 @@ d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589 make-4.2.1.tar.bz2 -44781fb0f5c7f44bf3a6c105150edeae483af3b78d8cb7070c59b41122df8ea6 make-4.2.1.patch diff --git a/core/make/patches/make-4.2.1.patch b/core/make/patches/make-4.2.1.patch deleted file mode 100644 index 61a3581f..00000000 --- a/core/make/patches/make-4.2.1.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- clean/make-4.2/glob/glob.c 2013-10-20 17:14:38.000000000 +0000 -+++ make-4.2/glob/glob.c 2018-09-18 10:16:03.860886356 +0000 -@@ -208,7 +208,7 @@ - #endif /* __GNU_LIBRARY__ || __DJGPP__ */ - - --#if !defined __alloca && !defined __GNU_LIBRARY__ -+#if !defined __alloca && defined __GNU_LIBRARY__ - - # ifdef __GNUC__ - # undef alloca diff --git a/core/make/sources b/core/make/sources index 6239c8b0..7a32d60b 100644 --- a/core/make/sources +++ b/core/make/sources @@ -1,2 +1 @@ https://ftp.gnu.org/gnu/make/make-4.2.1.tar.bz2 -patches/make-4.2.1.patch