mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
audio/surge-synthesizer-lv2: Fix build on 11 by adding #define _WITH_GETLINE
Reported by: fallout
This commit is contained in:
parent
594467275d
commit
f6267aba13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548941
@ -1,10 +1,11 @@
|
||||
--- vstgui.surge/vstgui/lib/platform/linux/x11fileselector.cpp.orig 2020-06-11 05:42:27 UTC
|
||||
--- vstgui.surge/vstgui/lib/platform/linux/x11fileselector.cpp.orig 2020-06-23 22:22:42 UTC
|
||||
+++ vstgui.surge/vstgui/lib/platform/linux/x11fileselector.cpp
|
||||
@@ -3,6 +3,7 @@
|
||||
@@ -3,6 +3,8 @@
|
||||
// distribution and at http://github.com/steinbergmedia/vstgui/LICENSE
|
||||
|
||||
#include "../../cfileselector.h"
|
||||
+#include <stdio.h>
|
||||
+#define _WITH_GETLINE // for FreeBSD 11
|
||||
+#include <stdio.h> // https://github.com/surge-synthesizer/vstgui/issues/7
|
||||
#include <unistd.h>
|
||||
#include <string>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user