commit: 3e4f30d8f3cb8525e004653bea58f18b4ba78def Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Feb 2 16:56:28 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Tue Feb 2 21:38:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4f30d8
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 <m.mairkeimberger <AT> gmail.com> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../files/silo-1.4.14_p20120819-gnu90-inline.patch | 20 -------------------- 1 file changed, 20 deletions(-) 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 bf6add0ce10..00000000000 --- 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 -
