From 652045a323da9ecc39b6bb08e6d0be9764b037ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jarom=C3=ADr=20Mike=C5=A1?= Date: Mon, 26 Jun 2017 11:51:55 +0200 Subject: [PATCH] Patch forwarded. --- debian/patches/02-rtmidi-pkgconfig.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/patches/02-rtmidi-pkgconfig.patch b/debian/patches/02-rtmidi-pkgconfig.patch index 3397434..c7d27e9 100644 --- a/debian/patches/02-rtmidi-pkgconfig.patch +++ b/debian/patches/02-rtmidi-pkgconfig.patch @@ -6,7 +6,7 @@ Index: giada/Makefile.am =================================================================== --- giada.orig/Makefile.am +++ giada/Makefile.am -@@ -211,9 +211,9 @@ giada_SOURCES += src/deps/rtaudio-mod/Rt +@@ -280,9 +280,9 @@ giada_SOURCES += src/deps/rtaudio-mod/Rt # -Wno-error=vla: mute rtAudio error on variable length array # -Wno-error=misleading-indentation: mute JUCE warnings on GCC6 giada_CXXFLAGS += -Wno-error=vla -Wno-error=misleading-indentation @@ -18,7 +18,7 @@ Index: giada/Makefile.am -lfreetype endif -@@ -303,7 +303,7 @@ src/deps/juce/modules/juce_gui_extra/juc +@@ -373,7 +373,7 @@ src/deps/juce/modules/juce_gui_extra/juc endif giada_tests_LDADD = -ljansson -lsndfile -lsamplerate -lfltk -lXext -lX11 -lXft \ @@ -31,13 +31,13 @@ Index: giada/configure.ac =================================================================== --- giada.orig/configure.ac +++ giada/configure.ac -@@ -106,13 +106,7 @@ AC_CHECK_HEADER( +@@ -118,13 +118,7 @@ AC_CHECK_HEADER( ) AC_LANG_POP -AC_LANG_PUSH([C++]) -AC_CHECK_HEADER( -- [RtMidi.h], +- [rtmidi/RtMidi.h], - [], - [AC_MSG_ERROR([library 'rtMidi' not found!])] -) -- 2.30.2