aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-06-11 13:44:44 +0800
committerYuri Victorovich <yuri@FreeBSD.org>2020-06-11 13:44:44 +0800
commit6dcc90fbaa8de7d871d85e1f8ee953752cc44cab (patch)
tree7cfcfb92c8e55a591496c200d7c98587090b02c8 /audio
parent190bbb69f7b09945d734840dd485e4ce21f98ac3 (diff)
downloadfreebsd-ports-gnome-6dcc90fbaa8de7d871d85e1f8ee953752cc44cab.tar.gz
freebsd-ports-gnome-6dcc90fbaa8de7d871d85e1f8ee953752cc44cab.tar.zst
freebsd-ports-gnome-6dcc90fbaa8de7d871d85e1f8ee953752cc44cab.zip
audio/surge-synthesizer-lv2: Fix build on 11 by adding a missing #include <stdio.h> for getline(3)
Reported by: fallout
Diffstat (limited to 'audio')
-rw-r--r--audio/surge-synthesizer-lv2/files/patch-vstgui.surge_vstgui_lib_platform_linux_x11fileselector.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/surge-synthesizer-lv2/files/patch-vstgui.surge_vstgui_lib_platform_linux_x11fileselector.cpp b/audio/surge-synthesizer-lv2/files/patch-vstgui.surge_vstgui_lib_platform_linux_x11fileselector.cpp
new file mode 100644
index 000000000000..91d14580ac8d
--- /dev/null
+++ b/audio/surge-synthesizer-lv2/files/patch-vstgui.surge_vstgui_lib_platform_linux_x11fileselector.cpp
@@ -0,0 +1,10 @@
+--- vstgui.surge/vstgui/lib/platform/linux/x11fileselector.cpp.orig 2020-06-11 05:42:27 UTC
++++ vstgui.surge/vstgui/lib/platform/linux/x11fileselector.cpp
+@@ -3,6 +3,7 @@
+ // distribution and at http://github.com/steinbergmedia/vstgui/LICENSE
+
+ #include "../../cfileselector.h"
++#include <stdio.h>
+ #include <unistd.h>
+ #include <string>
+