summaryrefslogtreecommitdiff
path: root/system/hh/configure.patch
diff options
context:
space:
mode:
authorZhu Qun-Ying <zhu.qunying@gmail.com>2017-02-09 23:40:46 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-11 07:24:33 +0700
commit333be072ab504f761eacf94d54c875bd41aa4133 (patch)
treeb3aa3604b32a4335a09c27903f15d2f43f2280a3 /system/hh/configure.patch
parent7272fbf45e83a94f0b532e6fb9ab0dc7c5b83fea (diff)
downloadslackbuilds-333be072ab504f761eacf94d54c875bd41aa4133.tar.gz
system/hh: Updated for version 1.22.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/hh/configure.patch')
-rw-r--r--system/hh/configure.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/hh/configure.patch b/system/hh/configure.patch
new file mode 100644
index 0000000000..6560442f43
--- /dev/null
+++ b/system/hh/configure.patch
@@ -0,0 +1,11 @@
+--- hstr-1.22/configure.ac 2017-02-02 12:44:38.000000000 -0800
++++ hstr-1.22.new/configure.ac 2017-02-09 14:26:56.524105894 -0800
+@@ -49,7 +49,7 @@
+
+ # Checks for libraries.
+ AC_CHECK_LIB(m, cos, [], [AC_MSG_ERROR([Could not find m library])])
+-AC_CHECK_LIB(readline, using_history, [], [AC_MSG_ERROR([Could not find readline library])])
++AC_CHECK_LIB(readline, using_history, [], [AC_MSG_ERROR([Could not find readline library])],[-lncurses])
+
+ # Checks for header files.
+ AC_CHECK_HEADER(assert.h)