summaryrefslogtreecommitdiff
path: root/makefiledir
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-09-21 06:25:13 +0000
committertron <tron@openttd.org>2006-09-21 06:25:13 +0000
commit2dd1e5dd55d3a8b6163489af6911cbc33a2eb188 (patch)
tree5d4a75dbb0747d2fd1b736e84e795495ef8eb981 /makefiledir
parent5ceebef09d4904043fc6e1673e89dea991d75bcf (diff)
downloadopenttd-2dd1e5dd55d3a8b6163489af6911cbc33a2eb188.tar.xz
(svn r6491) Remove the SDL_CONFIG=sdl11-config special case for FreeBSD, it's not needed any longer
Diffstat (limited to 'makefiledir')
-rw-r--r--makefiledir/Makefile.libdetection5
1 files changed, 0 insertions, 5 deletions
diff --git a/makefiledir/Makefile.libdetection b/makefiledir/Makefile.libdetection
index 7139fd5cf..c85ad0acc 100644
--- a/makefiledir/Makefile.libdetection
+++ b/makefiledir/Makefile.libdetection
@@ -61,12 +61,7 @@ endif
# 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