From 953b34e3e68aaa5f7f88f904eed2b3720c099f18 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jarom=C3=ADr=20Mike=C5=A1?= Date: Sat, 25 Nov 2017 16:04:43 +0100 Subject: [PATCH] Patch refreshed. --- debian/patches/02-rtmidi-pkgconfig.patch | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/debian/patches/02-rtmidi-pkgconfig.patch b/debian/patches/02-rtmidi-pkgconfig.patch index b1b82fc..4f7885f 100644 --- a/debian/patches/02-rtmidi-pkgconfig.patch +++ b/debian/patches/02-rtmidi-pkgconfig.patch @@ -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 -- 2.30.2