mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-05 10:47:27 +01:00
(svn r6491) Remove the SDL_CONFIG=sdl11-config special case for FreeBSD, it's not needed any longer
This commit is contained in:
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
Block a user