summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-02-08 23:10:55 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-02-08 23:15:28 +0100
commit81bd201bed5e0bb4d69c159ca645aeb5dac88387 (patch)
treed6a18831099c5a0752c7f689bbcc12fa452a66ee /app-office/calcurse/files
parentsys-apps/guix: fix 'localstatedir' to poin to /var/guix (diff)
downloadgentoo-81bd201bed5e0bb4d69c159ca645aeb5dac88387.tar.gz
gentoo-81bd201bed5e0bb4d69c159ca645aeb5dac88387.tar.bz2
gentoo-81bd201bed5e0bb4d69c159ca645aeb5dac88387.zip
app-office/calcurse: version bump.
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-office/calcurse/files')
-rw-r--r--app-office/calcurse/files/calcurse-4.2.2-tinfo.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-office/calcurse/files/calcurse-4.2.2-tinfo.patch b/app-office/calcurse/files/calcurse-4.2.2-tinfo.patch
new file mode 100644
index 000000000000..f3d2aac897e9
--- /dev/null
+++ b/app-office/calcurse/files/calcurse-4.2.2-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"