public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/efivar/files/
Date: Sat, 11 Feb 2017 20:16:49 +0000 (UTC)	[thread overview]
Message-ID: <1486844112.43fcb0b5540fcd7818b0f8410fb658ac8ce0da45.soap@gentoo> (raw)

commit:     43fcb0b5540fcd7818b0f8410fb658ac8ce0da45
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Feb 11 16:31:24 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 20:15:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43fcb0b5

sys-libs/efivar: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3914

 sys-libs/efivar/files/0.22-flags.patch | 41 ----------------------------------
 1 file changed, 41 deletions(-)

diff --git a/sys-libs/efivar/files/0.22-flags.patch b/sys-libs/efivar/files/0.22-flags.patch
deleted file mode 100644
index df49f43af7..0000000000
--- a/sys-libs/efivar/files/0.22-flags.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From 5bc17590cb096340fc695da3020883130437d745 Mon Sep 17 00:00:00 2001
-From: Mike Gilbert <floppym@gentoo.org>
-Date: Fri, 12 Feb 2016 13:22:13 -0500
-Subject: [PATCH] Make.defaults: Improve gcc/clang detection
-
-The old filter only matched "gcc" or "clang".
-
-The new findstring call matches any occurance of gcc or clang. This is
-useful when CC includes the full host tuple, like x86_64-pc-linux-gnu-gcc.
-
-Signed-off-by: Mike Gilbert <floppym@gentoo.org>
----
- Make.defaults | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/Make.defaults b/Make.defaults
-index bf814b8..5aed21e 100644
---- a/Make.defaults
-+++ b/Make.defaults
-@@ -25,14 +25,14 @@ PKGS	=
- clang_cflags =
- gcc_cflags = -specs=$(TOPDIR)/gcc.specs
- cflags	= $(CFLAGS) -I${TOPDIR}/src/include/efivar/ \
--	$(if $(filter $(CC),clang),$(clang_cflags),) \
--	$(if $(filter $(CC),gcc),$(gcc_cflags),) \
-+	$(if $(findstring clang,$(CC)),$(clang_cflags),) \
-+	$(if $(findstring gcc,$(CC)),$(gcc_cflags),) \
- 	$(call pkg-config-cflags)
- clang_ccldflags =
- gcc_ccldflags =
- ccldflags = $(cflags) $(CCLDFLAGS) $(LDFLAGS) \
--	$(if $(filter $(CCLD),clang),$(clang_ccldflags),) \
--	$(if $(filter $(CCLD),gcc),$(gcc_ccldflags),) \
-+	$(if $(findstring clang,$(CCLD)),$(clang_ccldflags),) \
-+	$(if $(findstring gcc,$(CCLD)),$(gcc_ccldflags),) \
- 	$(call pkg-config-ccldflags)
- SOFLAGS=-shared
- LDLIBS=$(foreach lib,$(LIBS),-l$(lib)) $(call pkg-config-ldlibs)
--- 
-2.7.1
-


             reply	other threads:[~2017-02-11 20:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-11 20:16 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-08-13 11:31 [gentoo-commits] repo/gentoo:master commit in: sys-libs/efivar/files/ David Seifert
2019-12-27 17:10 Aaron Bauman
2022-03-22  4:06 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1486844112.43fcb0b5540fcd7818b0f8410fb658ac8ce0da45.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox