aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
diff options
context:
space:
mode:
authorThierry Crozat2011-10-04 00:34:42 +0100
committerThierry Crozat2011-10-04 00:35:05 +0100
commitf83b53ad6bdf58a90791c3c1123f427cf5b7ddb7 (patch)
treed365be36d2b85d765f4fff57858edd1640fb1165 /ports.mk
parenta9d692a2b3eec9004ad369f79a21c09c7c4ee90c (diff)
downloadscummvm-rg350-f83b53ad6bdf58a90791c3c1123f427cf5b7ddb7.tar.gz
scummvm-rg350-f83b53ad6bdf58a90791c3c1123f427cf5b7ddb7.tar.bz2
scummvm-rg350-f83b53ad6bdf58a90791c3c1123f427cf5b7ddb7.zip
MACOSX: Remove -lSystemStubs from the link for scummvm-static
This should fix bug #3407662: SystemStubs library no longer available on 10.7. I tested compilation on 10.6 and there is no link error after removing it. Hopefully it will work on older systems as well.
Diffstat (limited to 'ports.mk')
-rw-r--r--ports.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/ports.mk b/ports.mk
index 0031156d46..62a480331f 100644
--- a/ports.mk
+++ b/ports.mk
@@ -129,8 +129,7 @@ scummvm-static: $(OBJS)
-framework CoreMIDI \
$(OSX_STATIC_LIBS) \
$(OSX_ZLIB) \
- $(OSX_ICONV) \
- -lSystemStubs
+ $(OSX_ICONV)
# Special target to create a static linked binary for the iPhone
iphone: $(OBJS)