# HG changeset patch # User tron # Date 1158819913 0 # Node ID b71682c27b5e9676976a1f9d7fa60306d538f14c # Parent 9fd6709a30e155333e05382ff7847512c0958fd2 (svn r6491) Remove the SDL_CONFIG=sdl11-config special case for FreeBSD, it's not needed any longer diff -r 9fd6709a30e1 -r b71682c27b5e makefiledir/Makefile.libdetection --- a/makefiledir/Makefile.libdetection Wed Sep 20 19:31:56 2006 +0000 +++ b/makefiledir/Makefile.libdetection Thu Sep 21 06:25:13 2006 +0000 @@ -61,12 +61,7 @@ # END BYPASS_OS_DETECT endif -# FreeBSD uses sdl11 instead of sdl -ifdef FREEBSD -SDL_CONFIG:=sdl11-config -else SDL_CONFIG:=sdl-config -endif # set libpng-config to the default value LIBPNG_CONFIG :=libpng-config