mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
ninja: remove now useless patch
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -21,29 +21,6 @@ index 4df2bb2..0f9ef18 100644
|
||||
2.24.0
|
||||
|
||||
|
||||
From a8a897283f2cd96772714274947ede90e1100ae5 Mon Sep 17 00:00:00 2001
|
||||
From: Michael Lotz <mmlr@mlotz.ch>
|
||||
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 <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
+#include <sys/select.h>
|
||||
#include <sys/wait.h>
|
||||
#include <spawn.h>
|
||||
|
||||
--
|
||||
2.24.0
|
||||
|
||||
|
||||
From a39e384e883055f1e8157ca7abfe993e8c06d7e2 Mon Sep 17 00:00:00 2001
|
||||
|
||||
Reference in New Issue
Block a user