summaryrefslogtreecommitdiff
path: root/dev-lang/souffle/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-30 04:55:37 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-30 04:55:37 +0000
commite984f0bb49fed14c51c7c15ed8d7b8bd2cca4b1d (patch)
tree99c30d1c04aa29f440b825a7bf68be3c8f9e75d1 /dev-lang/souffle/files
parente7b6f003e8384cdfc8c0e7603329e969d8806c24 (diff)
gentoo auto-resync : 30:11:2023 - 04:55:37
Diffstat (limited to 'dev-lang/souffle/files')
-rw-r--r--dev-lang/souffle/files/souffle-2.4.1-ncurses.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-lang/souffle/files/souffle-2.4.1-ncurses.patch b/dev-lang/souffle/files/souffle-2.4.1-ncurses.patch
new file mode 100644
index 000000000000..96882d9f29da
--- /dev/null
+++ b/dev-lang/souffle/files/souffle-2.4.1-ncurses.patch
@@ -0,0 +1,13 @@
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -288,8 +288,8 @@ endif()
+ if (SOUFFLE_USE_CURSES)
+ target_compile_definitions(libsouffle PUBLIC USE_NCURSES)
+ target_compile_definitions(compiled PUBLIC USE_NCURSES)
+- target_link_libraries(libsouffle PUBLIC Curses::NCurses)
+- target_link_libraries(compiled PUBLIC Curses::NCurses)
++ target_link_libraries(libsouffle PUBLIC ${CURSES_LIBRARIES})
++ target_link_libraries(compiled PUBLIC ${CURSES_LIBRARIES})
+ endif()
+
+ if (SOUFFLE_USE_ZLIB)