Files
ports/sysutils/inotify-tools/files/patch-src_Makefile.am
Yuri Victorovich 63a565899d sysutils/inotify-tools: Update 3.20.2.2 -> 3.20.11.0
Reported by:	portscout
2020-11-14 04:52:40 +00:00

12 lines
506 B
Plaintext

--- src/Makefile.am.orig 2020-11-13 10:52:25 UTC
+++ src/Makefile.am
@@ -2,7 +2,7 @@ bin_PROGRAMS = inotifywait inotifywatch
inotifywait_SOURCES = inotifywait.c common.c common.h
inotifywatch_SOURCES = inotifywatch.c common.c common.h
-AM_CFLAGS = -Wall -Wextra -Wshadow -Wpointer-arith -Werror -std=c99 -I../libinotifytools/src
+AM_CFLAGS = -Wall -Wextra -Wshadow -Wpointer-arith -Werror -std=c99
AM_CPPFLAGS = -I$(top_srcdir)/libinotifytools/src
LDADD = ../libinotifytools/src/libinotifytools.la