diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-10-24 08:59:44 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-10-24 09:01:37 +0000 |
commit | e44023c27cd078de043bb057b11ae32ab10dd8ac (patch) | |
tree | ad9abded92925b40621b3e57ae9f87993dfd2991 /app-office/calcurse/files/calcurse-4.0.0-tinfo.patch | |
parent | dev-java/jamvm: Version bump. Fixes bug 539734. (diff) | |
download | gentoo-e44023c27cd078de043bb057b11ae32ab10dd8ac.tar.gz gentoo-e44023c27cd078de043bb057b11ae32ab10dd8ac.tar.bz2 gentoo-e44023c27cd078de043bb057b11ae32ab10dd8ac.zip |
app-office/calcurse: Version bump.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-office/calcurse/files/calcurse-4.0.0-tinfo.patch')
-rw-r--r-- | app-office/calcurse/files/calcurse-4.0.0-tinfo.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-office/calcurse/files/calcurse-4.0.0-tinfo.patch b/app-office/calcurse/files/calcurse-4.0.0-tinfo.patch new file mode 100644 index 000000000000..f3d2aac897e9 --- /dev/null +++ b/app-office/calcurse/files/calcurse-4.0.0-tinfo.patch @@ -0,0 +1,21 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -3,7 +3,7 @@ + #------------------------------------------------------------------------------- + AC_PREREQ(2.59) + AC_INIT([calcurse], +- m4_esyscmd([build-aux/git-version-gen .version]), ++ m4_esyscmd_s([cat .version]), + [bugs@calcurse.org]) + AM_INIT_AUTOMAKE + #m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) +@@ -51,6 +51,9 @@ + LIBS="$LIBS -l$available_ncurses" + ]) + ++AC_SEARCH_LIBS([cbreak], [tinfow tinfo],, ++ AC_MSG_ERROR([Cannot find a library providing cbreak])) ++ + AC_CHECK_HEADERS([pthread.h], [ + AC_CHECK_LIB(pthread, pthread_create, [ + LIBS="$LIBS -pthread" |