aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2014-06-09 23:37:53 +0200
committerJohannes Schickel2014-06-09 23:37:53 +0200
commit638814d3c473cd527ecffeb7f535df7b94283873 (patch)
treef39644de32d48a510a139dfd1e2fbb678ad1b2a8
parentff4c060be1c7c5a966fc432b0bf045f796892728 (diff)
downloadscummvm-rg350-638814d3c473cd527ecffeb7f535df7b94283873.tar.gz
scummvm-rg350-638814d3c473cd527ecffeb7f535df7b94283873.tar.bz2
scummvm-rg350-638814d3c473cd527ecffeb7f535df7b94283873.zip
BUILD: Remove USE_TERMCONV related bits in port.mk.
We don't have any TERMCONV feature anymore, thus no need to keep this around.
-rw-r--r--ports.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/ports.mk b/ports.mk
index 306e0f046b..b7b19258aa 100644
--- a/ports.mk
+++ b/ports.mk
@@ -156,10 +156,6 @@ ifdef USE_SPARKLE
OSX_STATIC_LIBS += -framework Sparkle -F$(STATICLIBPATH)
endif
-ifdef USE_TERMCONV
-OSX_ICONV ?= -liconv
-endif
-
# Special target to create a static linked binary for Mac OS X.
# We use -force_cpusubtype_ALL to ensure the binary runs on every
# PowerPC machine.
@@ -167,8 +163,7 @@ scummvm-static: $(OBJS)
$(CXX) $(LDFLAGS) -force_cpusubtype_ALL -o scummvm-static $(OBJS) \
-framework CoreMIDI \
$(OSX_STATIC_LIBS) \
- $(OSX_ZLIB) \
- $(OSX_ICONV)
+ $(OSX_ZLIB)
# Special target to create a static linked binary for the iPhone
iphone: $(OBJS)