aboutsummaryrefslogtreecommitdiff
path: root/externals/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-09-29 19:52:36 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-09-29 19:52:36 +0000
commitc9ed1d916c272f439611fa1b38c06ad050d567e1 (patch)
tree6787304ecb62618b51833ec455a256f770350ec5 /externals/Makefile
parent01e93c820fb3c94d0c8e2aeadf1bad2db32873e6 (diff)
(mediasettings) add -DHAVE_SYS_CLOSE_AUDIO -DHAVE_SYS_CLOSE_MIDI since we expect pd 0.43
svn path=/trunk/; revision=15417
Diffstat (limited to 'externals/Makefile')
-rw-r--r--externals/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 4ae599dd..14fe27df 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -1052,7 +1052,8 @@ mapping_clean:
#------------------------------------------------------------------------------#
# MARKEX
markex:
- make -C $(externals_src)/markex PD_PATH=$(pd_src) CFLAGS="$(CFLAGS)"
+ make -C $(externals_src)/markex PD_PATH=$(pd_src) \
+ CFLAGS="$(CFLAGS) -DHAVE_SYS_CLOSE_AUDIO -DHAVE_SYS_CLOSE_MIDI"
markex_install:
make -C $(externals_src)/markex DESTDIR="$(DESTDIR)" objectsdir="$(objectsdir)" install