Changeset - r4628:535ee8ab73bd
[Not reviewed]
master
0 1 0
tron - 18 years ago 2006-09-21 06:25:13
tron@openttd.org
(svn r6491) Remove the SDL_CONFIG=sdl11-config special case for FreeBSD, it's not needed any longer
1 file changed with 0 insertions and 5 deletions:
0 comments (0 inline, 0 general)
makefiledir/Makefile.libdetection
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)