diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2018-03-29 11:53:11 +0200 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2018-03-29 11:53:11 +0200 |
commit | 3a8b441ca3250b4b7bc2534720c79ff8a64d4e10 (patch) | |
tree | c14060ecabbd3b983b36b3a27bd4646a210cc0e2 /app-misc/dvtm/files | |
parent | app-misc/dvtm: dev-libs/ncurses blocker needs to be run-time, not build-time (diff) | |
download | gentoo-3a8b441ca3250b4b7bc2534720c79ff8a64d4e10.tar.gz gentoo-3a8b441ca3250b4b7bc2534720c79ff8a64d4e10.tar.bz2 gentoo-3a8b441ca3250b4b7bc2534720c79ff8a64d4e10.zip |
app-misc/dvtm: add patch to avoid file collisions with sys-libs/ncurses
Bug: https://bugs.gentoo.org/show_bug.cgi?id=648472
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-misc/dvtm/files')
-rw-r--r-- | app-misc/dvtm/files/dvtm-0.15-stop-installing-terminfo.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-misc/dvtm/files/dvtm-0.15-stop-installing-terminfo.patch b/app-misc/dvtm/files/dvtm-0.15-stop-installing-terminfo.patch new file mode 100644 index 000000000000..fbf2598f242f --- /dev/null +++ b/app-misc/dvtm/files/dvtm-0.15-stop-installing-terminfo.patch @@ -0,0 +1,12 @@ +diff -ur a/Makefile b/Makefile +--- a/Makefile 2016-01-09 12:40:56.000000000 +0100 ++++ b/Makefile 2018-02-23 00:45:06.436287174 +0100 +@@ -55,8 +55,6 @@ + @mkdir -p ${DESTDIR}${MANPREFIX}/man1 + @sed "s/VERSION/${VERSION}/g" < dvtm.1 > ${DESTDIR}${MANPREFIX}/man1/dvtm.1 + @chmod 644 ${DESTDIR}${MANPREFIX}/man1/dvtm.1 +- @echo installing terminfo description +- @TERMINFO=${TERMINFO} tic -s dvtm.info + + uninstall: + @echo removing executable file from ${DESTDIR}${PREFIX}/bin |