diff options
Diffstat (limited to 'audio/jalv/files/patch-src_jalv__qt.cpp')
-rw-r--r-- | audio/jalv/files/patch-src_jalv__qt.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/jalv/files/patch-src_jalv__qt.cpp b/audio/jalv/files/patch-src_jalv__qt.cpp new file mode 100644 index 000000000000..173e415617af --- /dev/null +++ b/audio/jalv/files/patch-src_jalv__qt.cpp @@ -0,0 +1,11 @@ +--- 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" |