From bdd009db4ad71f8f1b29b4be8bde380e1bf61374 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Fri, 19 Mar 2021 10:48:52 +0100 Subject: [PATCH] make: Remove obsolete patches --- make.be0 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/make.be0 b/make.be0 index c98eeafce..0f3ec8cb9 100755 --- a/make.be0 +++ b/make.be0 @@ -15,8 +15,7 @@ SRCURL[0]="https://ftp.gnu.org/gnu/make/make-${PKGVERSION}.tar.gz" ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -PATCHURL+=(/src/mariux/patches/make.guile22.diff.gz) -PATCHURL+=(/src/mariux/patches/make.glibc-2.27.glob.diff.gz) +#PATCHURL+=() ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not