commit: 9cf0bcbd6170b6f95579c217cf445d1b9ad3779e Author: Denis Pronin <dannftk <AT> yandex <DOT> ru> AuthorDate: Sun Feb 23 17:48:46 2020 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Tue Feb 25 08:58:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf0bcbd
sys-fs/inotify-tools: removed unused command line argument as result we get successful compilation with clang Signed-off-by: Denis Pronin <dannftk <AT> yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/14755 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> .../files/inotify-tools-3.20.1-rm-unused-cmd-arg.patch | 11 +++++++++++ sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild | 2 ++ 2 files changed, 13 insertions(+) diff --git a/sys-fs/inotify-tools/files/inotify-tools-3.20.1-rm-unused-cmd-arg.patch b/sys-fs/inotify-tools/files/inotify-tools-3.20.1-rm-unused-cmd-arg.patch new file mode 100644 index 00000000000..8c4f6f510e2 --- /dev/null +++ b/sys-fs/inotify-tools/files/inotify-tools-3.20.1-rm-unused-cmd-arg.patch @@ -0,0 +1,11 @@ +--- inotify-tools-3.20.1/src/Makefile.am ++++ inotify-tools-3.20.1/src/Makefile.am +@@ -2,7 +2,7 @@ + inotifywait_SOURCES = inotifywait.c common.c common.h + inotifywatch_SOURCES = inotifywatch.c common.c common.h + +-AM_CFLAGS = -Wall -Werror -Wpointer-arith -std=c99 -I../libinotifytools/src -L../libinotifytools/src ++AM_CFLAGS = -Wall -Werror -Wpointer-arith -std=c99 -I../libinotifytools/src + AM_CPPFLAGS = -I$(top_srcdir)/libinotifytools/src + LDADD = ../libinotifytools/src/libinotifytools.la + diff --git a/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild b/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild index 596dc81c50b..34e25a33f64 100644 --- a/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild +++ b/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild @@ -17,6 +17,8 @@ IUSE="doc" DEPEND="doc? ( app-doc/doxygen )" RDEPEND="" +PATCHES=( "${FILESDIR}/${P}-rm-unused-cmd-arg.patch" ) + src_prepare() { default eautoreconf
