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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Oct 22 14:04:56 CEST 2009


Revision: 45336
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45336&view=rev
Author:   fingolfin
Date:     2009-10-22 12:04:56 +0000 (Thu, 22 Oct 2009)

Log Message:
-----------
Fix bug #2703992: OSX: make bundle fails

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

Modified: scummvm/trunk/ports.mk
===================================================================
--- scummvm/trunk/ports.mk	2009-10-22 11:33:05 UTC (rev 45335)
+++ scummvm/trunk/ports.mk	2009-10-22 12:04:56 UTC (rev 45336)
@@ -97,7 +97,7 @@
 endif
 
 ifdef USE_ZLIB
-OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libz.a
+OSX_ZLIB ?= -lz
 endif
 
 # Special target to create a static linked binary for Mac OS X.
@@ -107,6 +107,7 @@
 	$(CXX) $(LDFLAGS) -force_cpusubtype_ALL -o scummvm-static $(OBJS) \
 		-framework CoreMIDI \
 		$(OSX_STATIC_LIBS) \
+		$(OSX_ZLIB) \
 		-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