[Scummvm-cvs-logs] SF.net SVN: scummvm:[49894] scummvm/trunk/ports.mk

criezy at users.sourceforge.net criezy at users.sourceforge.net
Tue Jun 15 23:31:46 CEST 2010


Revision: 49894
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49894&view=rev
Author:   criezy
Date:     2010-06-15 21:31:46 +0000 (Tue, 15 Jun 2010)

Log Message:
-----------
Fix link of scummvm-static (for MacOS X bundle) when translation is enabled.

Modified Paths:
--------------
    scummvm/trunk/ports.mk

Modified: scummvm/trunk/ports.mk
===================================================================
--- scummvm/trunk/ports.mk	2010-06-15 20:57:20 UTC (rev 49893)
+++ scummvm/trunk/ports.mk	2010-06-15 21:31:46 UTC (rev 49894)
@@ -101,6 +101,10 @@
 OSX_ZLIB ?= -lz
 endif
 
+ifdef USE_TRANSLATION
+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.
@@ -109,6 +113,7 @@
 		-framework CoreMIDI \
 		$(OSX_STATIC_LIBS) \
 		$(OSX_ZLIB) \
+		$(OSX_ICONV) \
 		-lSystemStubs
 
 # Special target to create a static linked binary for the iPhone


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list