commit: d2f168504de6c211dd6735a4577deff9ad31e313 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> AuthorDate: Mon May 21 07:56:36 2018 +0000 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> CommitDate: Mon May 21 07:57:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f16850
app-misc/clockywock: fix patch to work correctly with default_src_prepare Reported-by: Toralf Förster <toralf <AT> gentoo.org> Closes: https://bugs.gentoo.org/656024 Package-Manager: Portage-2.3.31, Repoman-2.3.9 app-misc/clockywock/files/clockywock-0.3.1a-makefile.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/clockywock/files/clockywock-0.3.1a-makefile.patch b/app-misc/clockywock/files/clockywock-0.3.1a-makefile.patch index 30bb487c640..e6f5bd510dc 100644 --- a/app-misc/clockywock/files/clockywock-0.3.1a-makefile.patch +++ b/app-misc/clockywock/files/clockywock-0.3.1a-makefile.patch @@ -1,5 +1,5 @@ ---- Makefile -+++ Makefile +--- a/Makefile ++++ b/Makefile @@ -1,5 +1,6 @@ +LIBS += -lncurses -lpthread all:
