summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-02-16 07:57:38 +0100
committerJeroen Roovers <jer@gentoo.org>2017-02-16 07:59:40 +0100
commitfe0d294e3e08d186415a121c1712d0b3ce00bb94 (patch)
treeba1d5ccb558044e2cbd2282c44cff6c74faeb719 /net-analyzer/slurm/files/slurm-0.4.3-tinfo.patch
parentdev-ruby/archive-tar-minitar: add missing minitest dependency, bug 609422 (diff)
downloadgentoo-fe0d294e3e08d186415a121c1712d0b3ce00bb94.tar.gz
gentoo-fe0d294e3e08d186415a121c1712d0b3ce00bb94.tar.bz2
gentoo-fe0d294e3e08d186415a121c1712d0b3ce00bb94.zip
net-analyzer/slurm: Version bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-analyzer/slurm/files/slurm-0.4.3-tinfo.patch')
-rw-r--r--net-analyzer/slurm/files/slurm-0.4.3-tinfo.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/slurm/files/slurm-0.4.3-tinfo.patch b/net-analyzer/slurm/files/slurm-0.4.3-tinfo.patch
new file mode 100644
index 000000000000..c1a1233f177b
--- /dev/null
+++ b/net-analyzer/slurm/files/slurm-0.4.3-tinfo.patch
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -25,7 +25,7 @@
+
+ add_executable(slurm ${SLURM_SOURCES})
+
+-target_link_libraries(slurm ncurses)
++target_link_libraries(slurm ${CURSES_LIBRARY} ${CURSES_EXTRA_LIBRARY})
+
+ # install
+ install(TARGETS slurm DESTINATION bin)