Files
ports/net/httping/files/patch-CMakeLists.txt
Po-Chuan Hsieh 087f7620f3 net/httping: Update to 4.4.0
- Rename FFTW option to FFTW3

Changes:	https://github.com/folkertvanheusden/HTTPing/releases
2025-02-19 19:53:47 +08:00

12 lines
412 B
Plaintext

--- CMakeLists.txt.orig 2025-02-16 08:54:15 UTC
+++ CMakeLists.txt
@@ -34,7 +34,7 @@ if(USE_TUI)
include(FindPkgConfig)
if(USE_TUI)
- pkg_check_modules(NCURSES REQUIRED ncurses)
+ pkg_check_modules(NCURSES ncurses)
target_link_libraries(httping ${NCURSES_LIBRARIES})
target_include_directories(httping PUBLIC ${NCURSES_INCLUDE_DIRS})
target_compile_options(httping PUBLIC ${NCURSES_CFLAGS_OTHER})