mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
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
12 lines
306 B
C
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>
|
|
|