aboutsummaryrefslogtreecommitdiff
path: root/externals/Makefile
diff options
context:
space:
mode:
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