aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
diff options
context:
space:
mode:
authorThierry Crozat2016-01-13 00:23:27 +0000
committerThierry Crozat2016-01-13 00:24:11 +0000
commitcb5db404c005e9ce982bee2a7abccad3ba043dc4 (patch)
treeb0c8d186f6f5074b1213f64d6366e16f42d7a658 /ports.mk
parent14057f3dc76de7425216b820da8b30a837a07f40 (diff)
downloadscummvm-rg350-cb5db404c005e9ce982bee2a7abccad3ba043dc4.tar.gz
scummvm-rg350-cb5db404c005e9ce982bee2a7abccad3ba043dc4.tar.bz2
scummvm-rg350-cb5db404c005e9ce982bee2a7abccad3ba043dc4.zip
CONFIGURE: Update dependency list for fluidsynth on OS X
Also add missing cc_check_clean after fluid synth check.
Diffstat (limited to 'ports.mk')
-rw-r--r--ports.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports.mk b/ports.mk
index df0f3cfa41..2640a27228 100644
--- a/ports.mk
+++ b/ports.mk
@@ -247,7 +247,7 @@ endif
ifdef USE_FLUIDSYNTH
OSX_STATIC_LIBS += \
- -liconv -framework CoreMIDI \
+ -liconv -lreadline -framework CoreMIDI -framework CoreAudio\
$(STATICLIBPATH)/lib/libfluidsynth.a \
$(STATICLIBPATH)/lib/libglib-2.0.a \
$(STATICLIBPATH)/lib/libintl.a