Replace ncurses fix with easier solution (regex pattern instead of checking for two libs).

This commit is contained in:
Sebastian Lackner
2014-09-04 09:34:49 +02:00
parent 4c094dc57d
commit 752393bbe3
3 changed files with 11 additions and 67 deletions

View File

@@ -270,16 +270,16 @@ configure-Absolute_RPATH.ok:
# Patchset configure-Detect_Ncurses
# |
# | Included patches:
# | * Fix detection of ncurses library on Archlinux. [by Sebastian Lackner]
# | * Fix detection of ncurses library on Archlinux. [rev 2, by Sebastian Lackner]
# |
# | Modified files:
# | * configure.ac, dlls/kernel32/term.c, programs/wineconsole/curses.c
# | * configure.ac
# |
.INTERMEDIATE: configure-Detect_Ncurses.ok
configure-Detect_Ncurses.ok:
$(call APPLY_FILE,configure-Detect_Ncurses/0001-configure-Fix-detection-of-ncurses-library-on-Archli.patch)
@( \
echo '+ { "configure-Detect_Ncurses", "Sebastian Lackner", "Fix detection of ncurses library on Archlinux." },'; \
echo '+ { "configure-Detect_Ncurses", "Sebastian Lackner", "Fix detection of ncurses library on Archlinux. [rev 2]" },'; \
) > configure-Detect_Ncurses.ok
# Patchset dsound-Fast_Mixer