summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-01-19 13:29:03 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-01-19 13:31:46 +0000
commitccee0580d8fbd2f71bc063631dc6b625f5254b27 (patch)
treec02fb2439ce17851403a44b00c0dc3c54b1194ec /app-office/calcurse/files
parentapp-office/calcurse: Stable for amd64+x86. (diff)
downloadgentoo-ccee0580d8fbd2f71bc063631dc6b625f5254b27.tar.gz
gentoo-ccee0580d8fbd2f71bc063631dc6b625f5254b27.tar.bz2
gentoo-ccee0580d8fbd2f71bc063631dc6b625f5254b27.zip
app-office/calcurse: Clean up old.
Package-Manager: portage-2.2.26 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-office/calcurse/files')
-rw-r--r--app-office/calcurse/files/calcurse-3.1.4-tinfo.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-office/calcurse/files/calcurse-3.1.4-tinfo.patch b/app-office/calcurse/files/calcurse-3.1.4-tinfo.patch
deleted file mode 100644
index f3d2aac897e9..000000000000
--- a/app-office/calcurse/files/calcurse-3.1.4-tinfo.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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"