diff options
author | Stefan Strogin <steils@gentoo.org> | 2020-06-07 23:26:31 +0300 |
---|---|---|
committer | Stefan Strogin <steils@gentoo.org> | 2020-06-07 23:29:41 +0300 |
commit | 2a81109ee4433d86f3cff85feeadd5e0cb3ec7ac (patch) | |
tree | cceb61b300e9842aa37849477331f9f413168770 /games-roguelike/moria/files | |
parent | net-vpn/networkmanager-fortisslvpn: bump to 1.2.10 (diff) | |
download | gentoo-2a81109ee4433d86f3cff85feeadd5e0cb3ec7ac.tar.gz gentoo-2a81109ee4433d86f3cff85feeadd5e0cb3ec7ac.tar.bz2 gentoo-2a81109ee4433d86f3cff85feeadd5e0cb3ec7ac.zip |
games-roguelike/moria: upgrade 5.7.10 -> 5.7.12
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Stefan Strogin <steils@gentoo.org>
Diffstat (limited to 'games-roguelike/moria/files')
-rw-r--r-- | games-roguelike/moria/files/moria-5.7.10-tinfo.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/games-roguelike/moria/files/moria-5.7.10-tinfo.patch b/games-roguelike/moria/files/moria-5.7.10-tinfo.patch deleted file mode 100644 index 5173a7d00f4e..000000000000 --- a/games-roguelike/moria/files/moria-5.7.10-tinfo.patch +++ /dev/null @@ -1,24 +0,0 @@ -From aa3ebbd2eb4b4a6ab92833060c212255d90c68b4 Mon Sep 17 00:00:00 2001 -From: Stefan Strogin <stefan.strogin@gmail.com> -Date: Mon, 11 Feb 2019 01:53:10 +0200 -Subject: [PATCH] Find NCurses library on Linux/Mac - ---- - CMakeLists.txt | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 372d838..f39ebcd 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -261,6 +261,7 @@ elseif ((MSYS OR MINGW) AND NOT "$ENV{MINGW}" STREQUAL "") - set(CURSES_LIBRARIES "/$ENV{MINGW}/lib/libncurses.a") - else () - message(STATUS "NOTE: Configuring build for macOS/Linux release...") -+ set(CURSES_NEED_NCURSES TRUE) - find_package(Curses REQUIRED) - endif () - --- -2.20.1 - |