[Scummvm-cvs-logs] scummvm master -> 2d858d817fb9e11f084d176211328e72dc9fd4df

somaen einarjohants at gmail.com
Fri Mar 6 02:22:47 CET 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2d858d817f CONFIGURE: Always link against Cocoa on OS X, since SDL2 doesn't seem to pick it up for us.


Commit: 2d858d817fb9e11f084d176211328e72dc9fd4df
    https://github.com/scummvm/scummvm/commit/2d858d817fb9e11f084d176211328e72dc9fd4df
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2015-03-06T02:21:46+01:00

Commit Message:
CONFIGURE: Always link against Cocoa on OS X, since SDL2 doesn't seem to pick it up for us.

Changed paths:
    configure



diff --git a/configure b/configure
index 3835342..78f147f 100755
--- a/configure
+++ b/configure
@@ -2195,6 +2195,8 @@ case $_host_os in
 
 		DEFINES="$DEFINES -DMACOSX"
 		LIBS="$LIBS -framework AudioUnit -framework AudioToolbox -framework Carbon -framework CoreMIDI"
+		# SDL2 doesn't seem to add Cocoa for us.
+		LIBS="$LIBS -framework Cocoa"
 		add_line_to_config_mk 'MACOSX = 1'
 
 		# Now we may have MacPorts or Fink installed






More information about the Scummvm-git-logs mailing list