From 42ffc0273287db8af8200ce63b0414e081fef275 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Thu, 17 Aug 2017 10:22:43 +0100 Subject: [PATCH] libcec: don't link non-existant libtinfo --- packages/devel/libcec/patches/libcec-0001-drop-tinfo.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/devel/libcec/patches/libcec-0001-drop-tinfo.patch diff --git a/packages/devel/libcec/patches/libcec-0001-drop-tinfo.patch b/packages/devel/libcec/patches/libcec-0001-drop-tinfo.patch new file mode 100644 index 0000000..281f4c7 --- /dev/null +++ b/packages/devel/libcec/patches/libcec-0001-drop-tinfo.patch @@ -0,0 +1,12 @@ +diff --git a/src/cec-client/CMakeLists.txt b/src/cec-client/CMakeLists.txt +index 37c733b..2cb42bb 100644 +--- a/src/cec-client/CMakeLists.txt ++++ b/src/cec-client/CMakeLists.txt +@@ -44,7 +44,6 @@ if (NOT WIN32) + # curses + if (HAVE_CURSES_API) + target_link_libraries(cec-client curses) +- target_link_libraries(cec-client tinfo) + endif() + + # rt -- 2.7.4