diff options
| author | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-02-12 20:00:14 +0100 |
|---|---|---|
| committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-02-12 20:05:05 +0100 |
| commit | 380e8a8f1efa4aa48a4a0004dcd942ad99213e93 (patch) | |
| tree | 168064f6904706858535c0ff60c3252b9578f4d9 /testing/bmake/missing-filemon-check.patch | |
| parent | 6097ecc381e72e974ee41080e0435e76cfc8e012 (diff) | |
| download | aports-380e8a8f1efa4aa48a4a0004dcd942ad99213e93.tar.bz2 aports-380e8a8f1efa4aa48a4a0004dcd942ad99213e93.tar.xz | |
testing/bmake: upgrade to 20200212
Diffstat (limited to 'testing/bmake/missing-filemon-check.patch')
| -rw-r--r-- | testing/bmake/missing-filemon-check.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/testing/bmake/missing-filemon-check.patch b/testing/bmake/missing-filemon-check.patch deleted file mode 100644 index e7bc7f17ad..0000000000 --- a/testing/bmake/missing-filemon-check.patch +++ /dev/null @@ -1,18 +0,0 @@ -Without this patch bmake does not compile succesfully when -USE_FILEMON is not set. This has been reported upstream via mail. - -diff -upr bmake.orig/meta.c bmake/meta.c ---- bmake.orig/meta.c 2020-02-12 13:11:41.903373030 +0100 -+++ bmake/meta.c 2020-02-12 13:12:20.140056931 +0100 -@@ -1690,7 +1690,11 @@ meta_compat_parent(pid_t child) - meta_job_parent(NULL, child); - close(childPipe[1]); /* child side */ - outfd = childPipe[0]; -+#ifdef USE_FILEMON - metafd = Mybm.filemon ? filemon_readfd(Mybm.filemon) : -1; -+#else -+ metafd = -1; -+#endif - maxfd = -1; - if (outfd > maxfd) - maxfd = outfd; |
