summaryrefslogtreecommitdiff
path: root/sys-apps/conspy/files/conspy-1.14-tinfo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/conspy/files/conspy-1.14-tinfo.patch')
-rw-r--r--sys-apps/conspy/files/conspy-1.14-tinfo.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-apps/conspy/files/conspy-1.14-tinfo.patch b/sys-apps/conspy/files/conspy-1.14-tinfo.patch
new file mode 100644
index 000000000000..55ee90b61a16
--- /dev/null
+++ b/sys-apps/conspy/files/conspy-1.14-tinfo.patch
@@ -0,0 +1,10 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -11,6 +11,7 @@
+ AC_HEADER_STDC
+ AC_CHECK_HEADERS([fcntl.h getopt.h stdarg.h stdlib.h string.h sys/ioctl.h sys/time.h termios.h unistd.h])
+ AC_CHECK_LIB(ncurses, initscr)
++AC_SEARCH_LIBS(putp, tinfo)
+
+ # Checks for typedefs, structures, and compiler characteristics.
+ AC_HEADER_TIME