diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2021-02-02 17:56:28 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-02-02 22:38:27 +0100 |
commit | 3e4f30d8f3cb8525e004653bea58f18b4ba78def (patch) | |
tree | d3b7879a91468b4944d8d93bed87c72f7093d535 /sys-boot | |
parent | dev-ml/ppx_tools: remove unused patch(es) (diff) | |
download | gentoo-3e4f30d8f3cb8525e004653bea58f18b4ba78def.tar.gz gentoo-3e4f30d8f3cb8525e004653bea58f18b4ba78def.tar.bz2 gentoo-3e4f30d8f3cb8525e004653bea58f18b4ba78def.zip |
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@gmail.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/silo/files/silo-1.4.14_p20120819-gnu90-inline.patch | 20 |
1 files changed, 0 insertions, 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 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 - |