FreeBSD has been using 'sdl-config' for two years now.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3070 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2008-09-03 18:04:02 +00:00
parent 86295bff30
commit 77996b6e7a
-5
View File
@@ -54,11 +54,6 @@ SYSTEM_HOST_LDFLAGS=""
### SDL ###
LIB_SDL_NAME="Simple DirectMedia Layer"
case "$HOST_SYSTEM" in
FreeBSD)
LIB_SDL_CFLAGS='$(sdl11-config --cflags)'
LIB_SDL_LDFLAGS='$(sdl11-config --libs)'
LIB_SDL_VERSION='$(sdl11-config --version)'
;;
Darwin)
LIB_SDL_CFLAGS=''
LIB_SDL_LDFLAGS='-framework SDL -framework Cocoa -lobjc'