[Scummvm-cvs-logs] SF.net SVN: scummvm:[39603] scummvm/trunk/configure
vinterstum at users.sourceforge.net
vinterstum at users.sourceforge.net
Sun Mar 22 04:09:43 CET 2009
Revision: 39603
http://scummvm.svn.sourceforge.net/scummvm/?rev=39603&view=rev
Author: vinterstum
Date: 2009-03-22 03:09:41 +0000 (Sun, 22 Mar 2009)
Log Message:
-----------
OSX configure fix
Modified Paths:
--------------
scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure 2009-03-22 02:12:09 UTC (rev 39602)
+++ scummvm/trunk/configure 2009-03-22 03:09:41 UTC (rev 39603)
@@ -1046,7 +1046,7 @@
LIBS="$LIBS -lmd "
_ranlib=:
;;
- i686-darwin*|ppc-darwin*)
+ i686-apple-darwin*|ppc-apple-darwin*)
DEFINES="$DEFINES -DUNIX -DMACOSX"
LIBS="$LIBS -framework QuickTime -framework AudioUnit -framework AudioToolbox -framework Carbon -framework CoreMIDI"
;;
@@ -1123,7 +1123,7 @@
bfin*)
_need_memalign=yes
;;
- i686-darwin*|ppc-darwin*)
+ i686-apple-darwin*|ppc-apple-darwin*)
_ranlib=$_host-ranlib
_strip=$_host-strip
;;
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