Patch refreshed.
authorJaromír Mikeš <mira.mikes@seznam.cz>
Sat, 25 Nov 2017 15:04:43 +0000 (16:04 +0100)
committerJaromír Mikeš <mira.mikes@seznam.cz>
Sat, 25 Nov 2017 15:04:43 +0000 (16:04 +0100)
debian/patches/02-rtmidi-pkgconfig.patch

index b1b82fc10a3a7f62a99017741f476f3f7eb16c5c..4f7885fbe46e8d90ff2ee93b87d02c40a324897b 100644 (file)
@@ -7,11 +7,11 @@ Subject: build with new rtmidi lib.
  configure.ac | 8 +-------
  2 files changed, 4 insertions(+), 10 deletions(-)
 
-diff --git a/Makefile.am b/Makefile.am
-index 2e2a260..88520ca 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -285,9 +285,9 @@ if LINUX
+Index: giada/Makefile.am
+===================================================================
+--- giada.orig/Makefile.am
++++ giada/Makefile.am
+@@ -293,9 +293,9 @@ if LINUX
  giada_SOURCES += src/deps/rtaudio-mod/RtAudio.h src/deps/rtaudio-mod/RtAudio.cpp
  # -Wno-error=unused-function: don't stop on JUCE's unused functions
  giada_CXXFLAGS += -Wno-error=unused-function
@@ -23,7 +23,7 @@ index 2e2a260..88520ca 100644
    -lfreetype
  endif
  
-@@ -374,7 +374,7 @@ src/deps/juce/modules/juce_gui_extra/juce_gui_extra.cpp
+@@ -383,7 +383,7 @@ src/deps/juce/modules/juce_gui_extra/juc
  endif
  
  giada_tests_LDADD = -ljansson -lsndfile -lsamplerate -lfltk -lXext -lX11 -lXft \
@@ -32,10 +32,10 @@ index 2e2a260..88520ca 100644
    -lfreetype
  
  giada_tests_CXXFLAGS = -std=c++11
-diff --git a/configure.ac b/configure.ac
-index c518a2c..7ca0fac 100644
---- a/configure.ac
-+++ b/configure.ac
+Index: giada/configure.ac
+===================================================================
+--- giada.orig/configure.ac
++++ giada/configure.ac
 @@ -118,13 +118,7 @@ AC_CHECK_HEADER(
  )
  AC_LANG_POP