Edit

IABSD.fr/ports/sysutils/inotify-tools/patches/patch-src_Makefile_am

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:57:10
    Hash : 2b3700e3
    Message : drop RCS Ids

  • sysutils/inotify-tools/patches/patch-src_Makefile_am
  • --- src/Makefile.am.orig	Mon Apr 24 03:20:56 2017
    +++ src/Makefile.am	Mon Apr 24 03:21:02 2017
    @@ -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 -Werror -Wpointer-arith -std=c99 -I../libinotifytools/src -L../libinotifytools/src
    +AM_CFLAGS = -Wall -Wpointer-arith -std=c99 -I../libinotifytools/src -L../libinotifytools/src
     AM_CPPFLAGS = -I$(top_srcdir)/libinotifytools/src
     LDADD = ../libinotifytools/src/libinotifytools.la