Patch refreshed.
authorJaromír Mikeš <mira.mikes@seznam.cz>
Sun, 23 Jul 2017 23:01:40 +0000 (01:01 +0200)
committerJaromír Mikeš <mira.mikes@seznam.cz>
Sun, 23 Jul 2017 23:01:40 +0000 (01:01 +0200)
debian/patches/02-rtmidi-pkgconfig.patch

index c7d27e9f4503ec4be3bc72e58509d8f77eb76a16..e841c3184af28e6b43f324265d667364dca4d343 100644 (file)
@@ -6,10 +6,10 @@ Index: giada/Makefile.am
 ===================================================================
 --- giada.orig/Makefile.am
 +++ giada/Makefile.am
-@@ -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
+@@ -282,9 +282,9 @@ giada_SOURCES += src/deps/rtaudio-mod/Rt
+ # -Wno-error=misleading-indentation: don't stop on JUCE warnings on GCC6
+ # -Wno-error=unused-function: don't stop on JUCE's unused functions
+ giada_CXXFLAGS += -Wno-error=misleading-indentation -Wno-error=unused-function
 -giada_CPPFLAGS += -D__LINUX_ALSA__ -D__LINUX_PULSE__ -D__UNIX_JACK__
 +giada_CPPFLAGS += $(RTMIDI_CFLAGS)
  giada_LDADD = -lsndfile -lfltk -lXext -lX11 -lXft -lXpm -lm -ljack -lasound \
@@ -18,7 +18,7 @@ Index: giada/Makefile.am
    -lfreetype
  endif
  
-@@ -373,7 +373,7 @@ src/deps/juce/modules/juce_gui_extra/juc
+@@ -367,7 +367,7 @@ src/deps/juce/modules/juce_gui_extra/juc
  endif
  
  giada_tests_LDADD = -ljansson -lsndfile -lsamplerate -lfltk -lXext -lX11 -lXft \