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:
parent
1071989bf2
commit
cd643446f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555639
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user