You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-simulation/simutrans/files/simutrans-0.122.0-Fix-Makef...

22 lines
565 B

--- a/Makefile 2020-10-15 08:32:29.000000000 +0200
+++ b/Makefile 2020-10-23 17:59:29.008159331 +0200
@@ -17,8 +17,7 @@
SDL_CONFIG ?= sdl-config
SDL2_CONFIG ?= pkg-config sdl2
#SDL2_CONFIG ?= sdl2-config
-FREETYPE_CONFIG ?= freetype-config
-#FREETYPE_CONFIG ?= pkg-config freetype2
+FREETYPE_CONFIG ?= pkg-config freetype2
BACKENDS = allegro gdi sdl sdl2 mixer_sdl mixer_sdl2 posix
OSTYPES = amiga beos freebsd haiku linux mingw mac openbsd
@@ -91,8 +90,6 @@
endif
endif
endif
-else
- CFLAGS += -O
endif
ifdef DEBUG