summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-06-30 16:50:54 -0700
committerMatt Turner <mattst88@gentoo.org>2019-06-30 16:54:06 -0700
commit58b7e8af79445c38cc2dad1129c6d2212fb88ee9 (patch)
tree43f9e618ae535ad0c4c9df31e329075a28e2924b /sci-electronics/gwave/files/gwave-20190116-fix-configure.patch
parentsys-apps/portage: Bump to version 2.3.68 (diff)
downloadgentoo-58b7e8af79445c38cc2dad1129c6d2212fb88ee9.tar.gz
gentoo-58b7e8af79445c38cc2dad1129c6d2212fb88ee9.tar.bz2
gentoo-58b7e8af79445c38cc2dad1129c6d2212fb88ee9.zip
sci-electronics/gwave: Version bump to 20190116
Closes: https://bugs.gentoo.org/680440 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sci-electronics/gwave/files/gwave-20190116-fix-configure.patch')
-rw-r--r--sci-electronics/gwave/files/gwave-20190116-fix-configure.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/sci-electronics/gwave/files/gwave-20190116-fix-configure.patch b/sci-electronics/gwave/files/gwave-20190116-fix-configure.patch
new file mode 100644
index 000000000000..e0c0c4443866
--- /dev/null
+++ b/sci-electronics/gwave/files/gwave-20190116-fix-configure.patch
@@ -0,0 +1,14 @@
+diff --git a/configure.ac b/configure.ac
+index 7a4f1c4..ffcb326 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -86,8 +86,7 @@ AC_CHECK_LIB(termcap, tgoto, [
+ AC_CHECK_LIB(readline, readline, [
+ READLINE_LIB="-lreadline -lncurses"
+ AC_DEFINE(HAVE_READLINE,1,[Define this if you have the readline library])
+- AC_CHECK_LIB(readline, add_history, AC_DEFINE(HAVE_HISTORY,1,[Define this if your readline also has add_history]),,"-l
+-ncurses")
++ AC_CHECK_LIB(readline, add_history, AC_DEFINE(HAVE_HISTORY,1,[Define this if your readline also has add_history]),,"-lncurses")
+ ], READLINE_LIB="", "-lncurses")
+ ], READLINE_LIB=""))
+