summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-11-21 13:41:21 +0100
committerPatrice Clement <monsieurp@gentoo.org>2016-11-21 13:43:18 +0100
commita193196b04e9cd506238396557191d0eadc80672 (patch)
tree43045625340b3dba446b8cd603bd70fd5d167d59 /app-office/calcurse/files
parentmedia-libs/gst-plugins-bad: amd64 stable wrt bug #600142 (diff)
downloadgentoo-a193196b04e9cd506238396557191d0eadc80672.tar.gz
gentoo-a193196b04e9cd506238396557191d0eadc80672.tar.bz2
gentoo-a193196b04e9cd506238396557191d0eadc80672.zip
app-office/calcurse: version bump.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-office/calcurse/files')
-rw-r--r--app-office/calcurse/files/calcurse-4.2.0-tinfo.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-office/calcurse/files/calcurse-4.2.0-tinfo.patch b/app-office/calcurse/files/calcurse-4.2.0-tinfo.patch
new file mode 100644
index 000000000000..f3d2aac897e9
--- /dev/null
+++ b/app-office/calcurse/files/calcurse-4.2.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"