mirror of https://github.com/OpenTTD/OpenTTD
(svn r6491) Remove the SDL_CONFIG=sdl11-config special case for FreeBSD, it's not needed any longer
parent
5ceebef09d
commit
2dd1e5dd55
|
@ -61,12 +61,7 @@ endif
|
||||||
# END BYPASS_OS_DETECT
|
# END BYPASS_OS_DETECT
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# FreeBSD uses sdl11 instead of sdl
|
|
||||||
ifdef FREEBSD
|
|
||||||
SDL_CONFIG:=sdl11-config
|
|
||||||
else
|
|
||||||
SDL_CONFIG:=sdl-config
|
SDL_CONFIG:=sdl-config
|
||||||
endif
|
|
||||||
|
|
||||||
# set libpng-config to the default value
|
# set libpng-config to the default value
|
||||||
LIBPNG_CONFIG :=libpng-config
|
LIBPNG_CONFIG :=libpng-config
|
||||||
|
|
Loading…
Reference in New Issue