diff options
Diffstat (limited to 'dev-lang/ispc/files/ispc-1.18.0-curses-cmake.patch')
-rw-r--r-- | dev-lang/ispc/files/ispc-1.18.0-curses-cmake.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-lang/ispc/files/ispc-1.18.0-curses-cmake.patch b/dev-lang/ispc/files/ispc-1.18.0-curses-cmake.patch deleted file mode 100644 index 127b7095a778..000000000000 --- a/dev-lang/ispc/files/ispc-1.18.0-curses-cmake.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -530,11 +530,8 @@ else() - else() - find_package(Curses REQUIRED) - find_package(ZLIB REQUIRED) -- if (CURSES_EXTRA_LIBRARY) -- # this contains the tinfo library, if found -- target_link_libraries(${PROJECT_NAME} ${CURSES_EXTRA_LIBRARY}) -- endif() -- target_link_libraries(${PROJECT_NAME} pthread ${ZLIB_LIBRARIES} ${CURSES_CURSES_LIBRARY}) -+ set(CURSES_NEED_NCURSES ON) -+ target_link_libraries(${PROJECT_NAME} pthread ${ZLIB_LIBRARIES} ${CURSES_LIBRARIES}) - endif() - endif() - |