From 9cf0bcbd6170b6f95579c217cf445d1b9ad3779e Mon Sep 17 00:00:00 2001 From: Denis Pronin Date: Sun, 23 Feb 2020 20:48:46 +0300 Subject: sys-fs/inotify-tools: removed unused command line argument as result we get successful compilation with clang Signed-off-by: Denis Pronin Closes: https://github.com/gentoo/gentoo/pull/14755 Signed-off-by: Lars Wendler --- .../files/inotify-tools-3.20.1-rm-unused-cmd-arg.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sys-fs/inotify-tools/files/inotify-tools-3.20.1-rm-unused-cmd-arg.patch (limited to 'sys-fs/inotify-tools/files') 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 000000000000..8c4f6f510e2f --- /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 + -- cgit v1.2.3-65-gdbad