sysutils/inotify-tools: fix build on GCC architectures

cc1: warnings being treated as errors
inotifywait.c: In function 'output_error':
inotifywait.c:119: warning: declaration of 'syslog' shadows a global declaration
/usr/include/syslog.h:197: warning: shadowed declaration is here
This commit is contained in:
Piotr Kubaj 2020-11-18 11:47:04 +00:00
parent 1071989bf2
commit cd643446f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555639

View File

@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libinotify.so:devel/libinotify
USES= autoreconf gmake libtool localbase
USES= autoreconf compiler:c11 gmake libtool localbase
USE_GITHUB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-doxygen