diff options
author | 2020-04-11 22:56:14 +0200 | |
---|---|---|
committer | 2020-10-23 19:07:02 +0200 | |
commit | 3cd3ac0da3b0b26ee001e014ccec1aa45d131ef6 (patch) | |
tree | b89d99307c6453252730c79b1ac968718ef7ffa9 /games-simulation/simutrans/files/simutrans-0.122.0-Fix-Makefile.patch | |
parent | dev-libs/nss: always tolerate the first CCS in TLS 1.3 (diff) | |
download | gentoo-3cd3ac0da3b0b26ee001e014ccec1aa45d131ef6.tar.gz gentoo-3cd3ac0da3b0b26ee001e014ccec1aa45d131ef6.tar.bz2 gentoo-3cd3ac0da3b0b26ee001e014ccec1aa45d131ef6.zip |
games-simulation/simutrans: Version bump 0.122.0.
Also add a Desktop Entry and all the maintained paksets (scenario data) via
use-flags.
Closes: https://bugs.gentoo.org/668504
Closes: https://bugs.gentoo.org/636324
Closes: https://bugs.gentoo.org/664634
Closes: https://bugs.gentoo.org/724470
Closes: https://bugs.gentoo.org/739360
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-simulation/simutrans/files/simutrans-0.122.0-Fix-Makefile.patch')
-rw-r--r-- | games-simulation/simutrans/files/simutrans-0.122.0-Fix-Makefile.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games-simulation/simutrans/files/simutrans-0.122.0-Fix-Makefile.patch b/games-simulation/simutrans/files/simutrans-0.122.0-Fix-Makefile.patch new file mode 100644 index 000000000000..5effe170758b --- /dev/null +++ b/games-simulation/simutrans/files/simutrans-0.122.0-Fix-Makefile.patch @@ -0,0 +1,21 @@ +--- 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 |