python/stevedore: update to 5.4.0
[oi-userland.git] / components / sysutils / multitail / patches / 01-CMakeLists.txt.patch
blob45fceab98ee460bec9f5a49b75a7e97cdd1ef2d5
1 --- multitail-7.1.2/CMakeLists.txt Mon Oct 30 14:09:56 2023
2 +++ multitail-7.1.2-wkr/CMakeLists.txt Tue Nov 28 21:00:44 2023
3 @@ -60,7 +60,8 @@
4 # ``find_package(Curses)`` call if unicode functionality is required.
5 if(UTF8_SUPPORT)
6 set(CURSES_NEED_WIDE TRUE)
7 - find_library(PANEL_LIBRARY panelw REQUIRED)
8 + message( STATUS "Architecture: ${CMAKE_SYSTEM_PROCESSOR}" )
9 + find_library(PANEL_LIBRARY panelw REQUIRED PATHS /usr/gnu/lib/amd64)
10 add_definitions(-DUTF8_SUPPORT)
11 add_definitions(-DNCURSES_WIDECHAR)
12 else()
13 @@ -79,7 +80,7 @@
14 include_directories(${CURSES_INCLUDE_DIRS})
15 endif()
17 -set(EXTRA_LIBS "-lutil -lm")
18 +set(EXTRA_LIBS "-lsocket -lnsl -lm")