ports/audio/moony-lv2/files/patch-subprojects_d2tk_src_util__spawn.c
Yuri Victorovich 322a01c457 audio/moony-lv2: Reverr update 0.36.0 -> 0.28.0
This reverts commit e01aca1828.

Version regressed due to a typo.
0.38.0 was meant but currently audio/moony-lv2 can't be updated to 0.38.0 due to its use of linux-only pty.h

Reported by:	erwin
2021-04-17 17:16:36 -07:00

12 lines
306 B
C

- https://gitlab.com/OpenMusicKontrollers/moony.lv2/-/issues/2
--- subprojects/d2tk/src/util_spawn.c.orig 2021-03-06 18:21:48 UTC
+++ subprojects/d2tk/src/util_spawn.c
@@ -23,6 +23,7 @@
#include <sched.h>
#include <sys/wait.h>
#include <sys/mman.h>
+#include <sys/signal.h>
#include <d2tk/util.h>