diff --git a/sc2/build/unix/config_proginfo_host b/sc2/build/unix/config_proginfo_host index b19e6b3e0..77ff87fb7 100644 --- a/sc2/build/unix/config_proginfo_host +++ b/sc2/build/unix/config_proginfo_host @@ -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'