Author: James Cowgill <jcowgill@debian.org>
Forwarded: <giadaloopmachine@gmail.com>
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -172,9 +172,9 @@ if LINUX
+Index: giada/Makefile.am
+===================================================================
+--- giada.orig/Makefile.am
++++ giada/Makefile.am
+@@ -183,9 +183,9 @@ if LINUX
giada_SOURCES += src/deps/rtaudio-mod/RtAudio.h src/deps/rtaudio-mod/RtAudio.cpp
# mute rtAudio error on variable length array
giada_CXXFLAGS += -Wno-error=vla
-lfreetype
endif
-@@ -242,12 +242,12 @@ src/deps/juce/juce_gui_extra/juce_gui_ex
+@@ -253,7 +253,7 @@ src/deps/juce/juce_gui_extra/juce_gui_ex
endif
giada_tests_LDADD = -ljansson -lsndfile -lsamplerate -lfltk -lXext -lX11 -lXft \
-lfreetype
giada_tests_CXXFLAGS = -std=c++11
-
--giada_tests_CPPFLAGS =
-+giada_tests_CPPFLAGS = $(RTMIDI_CFLAGS)
- if WITH_VST
- giada_tests_CPPFLAGS += -I./src/deps/juce -I./src/deps/vst -I/usr/include \
- -I/usr/include/freetype2
---- a/configure.ac
-+++ b/configure.ac
+Index: giada/configure.ac
+===================================================================
+--- giada.orig/configure.ac
++++ giada/configure.ac
@@ -106,13 +106,7 @@ AC_CHECK_HEADER(
)
AC_LANG_POP