Mercurial > sdl-ios-xcode
comparison configure.in @ 3007:b30409e106f2
Date: Fri, 9 Jan 2009 19:18:23 +0600
Subject: SDL. macos build problem
When I try to cross-build SDL1.3 r4362 it fails for macos. It seems there
is a typo in configure.in. Please, consider attached patch.
Mikle
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 09 Jan 2009 13:58:28 +0000 |
parents | d364ee9b9c15 |
children | 7e30c2dc7783 |
comparison
equal
deleted
inserted
replaced
3006:cb792923274e | 3007:b30409e106f2 |
---|---|
2646 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Cocoa" | 2646 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Cocoa" |
2647 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Carbon" | 2647 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Carbon" |
2648 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,IOKit" | 2648 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,IOKit" |
2649 # If either the audio or CD driver is used, add the AudioUnit framework | 2649 # If either the audio or CD driver is used, add the AudioUnit framework |
2650 if test x$enable_audio = xyes -o x$enable_cdrom = xyes; then | 2650 if test x$enable_audio = xyes -o x$enable_cdrom = xyes; then |
2651 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,CoreAudio -framework,AudioToolbox -Wl,-framework,AudioUnit" | 2651 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,CoreAudio -Wl,-framework,AudioToolbox -Wl,-framework,AudioUnit" |
2652 fi | 2652 fi |
2653 ;; | 2653 ;; |
2654 *-*-mint*) | 2654 *-*-mint*) |
2655 ARCH=mint | 2655 ARCH=mint |
2656 CheckDummyVideo | 2656 CheckDummyVideo |