From 5f0372546ebb5ee6bb42b9fe34d7ac4f31741c9c Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 28 Jan 2021 12:36:29 +0100 Subject: [PATCH] ninja: remove now useless patch --- dev-util/ninja/ninja-1.10.2.recipe | 2 +- dev-util/ninja/patches/ninja-1.10.2.patchset | 23 -------------------- 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/dev-util/ninja/ninja-1.10.2.recipe b/dev-util/ninja/ninja-1.10.2.recipe index 081e7a205..31a250d32 100644 --- a/dev-util/ninja/ninja-1.10.2.recipe +++ b/dev-util/ninja/ninja-1.10.2.recipe @@ -9,7 +9,7 @@ it can build LLVM, KDE, Blender, etc." HOMEPAGE="https://ninja-build.org/" COPYRIGHT="2012-2019 Google Inc." LICENSE="Apache v2" -REVISION="2" +REVISION="3" SOURCE_URI="https://github.com/ninja-build/ninja/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="ce35865411f0490368a8fc383f29071de6690cbadc27704734978221f25e2bed" PATCHES="ninja-$portVersion.patchset" diff --git a/dev-util/ninja/patches/ninja-1.10.2.patchset b/dev-util/ninja/patches/ninja-1.10.2.patchset index 8305a3419..f84c445fb 100644 --- a/dev-util/ninja/patches/ninja-1.10.2.patchset +++ b/dev-util/ninja/patches/ninja-1.10.2.patchset @@ -21,29 +21,6 @@ index 4df2bb2..0f9ef18 100644 2.24.0 -From a8a897283f2cd96772714274947ede90e1100ae5 Mon Sep 17 00:00:00 2001 -From: Michael Lotz -Date: Sat, 16 Sep 2017 12:27:48 +0200 -Subject: Add include of sys/select.h to get FD_* definitions. - -Apparently these are pulled in by one of the already present headers -on other platforms. A cursory look at the POSIX specs did not reveal -a requirement to expose these types with the given headers though. - -diff --git a/src/subprocess-posix.cc b/src/subprocess-posix.cc -index fc5543e..6fc9944 100644 ---- a/src/subprocess-posix.cc -+++ b/src/subprocess-posix.cc -@@ -22,6 +22,7 @@ - #include - #include - #include -+#include - #include - #include - --- -2.24.0 From a39e384e883055f1e8157ca7abfe993e8c06d7e2 Mon Sep 17 00:00:00 2001