From 3e4f30d8f3cb8525e004653bea58f18b4ba78def Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Tue, 2 Feb 2021 17:56:28 +0100 Subject: sys-boot/silo: remove unused patch(es) Closes: https://github.com/gentoo/gentoo/pull/19305 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- .../files/silo-1.4.14_p20120819-gnu90-inline.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 sys-boot/silo/files/silo-1.4.14_p20120819-gnu90-inline.patch (limited to 'sys-boot') diff --git a/sys-boot/silo/files/silo-1.4.14_p20120819-gnu90-inline.patch b/sys-boot/silo/files/silo-1.4.14_p20120819-gnu90-inline.patch deleted file mode 100644 index bf6add0ce104..000000000000 --- a/sys-boot/silo/files/silo-1.4.14_p20120819-gnu90-inline.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/Rules.make -+++ b/Rules.make -@@ -26,2 +26,7 @@ CFLAGS += -fno-stack-protector - endif -+ifeq ($(call cc-option-yn, -std=gnu90),y) -+# In gcc-5+ c99 changed inline rules by forbidding -+# multiple extern definitions. Fall back to gnu90 -+CFLAGS += -std=gnu90 -+endif - ---- a/silo/Makefile -+++ b/silo/Makefile -@@ -6,2 +6,7 @@ UFSDEPS= - CFLAGS=-O2 -Wall -I. -I../include -+ifeq ($(call cc-option-yn, -std=gnu90),y) -+# In gcc-5+ c99 changed inline rules by forbidding -+# multiple extern definitions. Fall back to gnu90 -+CFLAGS += -std=gnu90 -+endif - -- cgit v1.2.3-65-gdbad