ports/audio/jalv/files/patch-src_jalv__qt.cpp
Yuri Victorovich 4cb4c8ade3 audio/jalv: Update 1.6.4 -> 1.6.6
Reported by:	portscout
2021-02-14 03:44:43 +00:00

11 lines
299 B
C++

--- src/jalv_qt.cpp.orig 2021-02-14 03:40:27 UTC
+++ src/jalv_qt.cpp
@@ -14,6 +14,8 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <ctype.h> // workaround for error: use of undeclared identifier 'isascii'
+
#include "jalv_internal.h"
#include "lilv/lilv.h"