Skip to content

Commit

Permalink
BUILD: Remove USE_TERMCONV related bits in port.mk.
Browse files Browse the repository at this point in the history
We don't have any TERMCONV feature anymore, thus no need to keep this around.
  • Loading branch information
Johannes Schickel committed Jun 9, 2014
1 parent ff4c060 commit 638814d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ports.mk
Expand Up @@ -156,19 +156,14 @@ 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.
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)
Expand Down

0 comments on commit 638814d

Please sign in to comment.