devel/libepoll-shim: Fix build on GCC
The -Weverything flag is not recognized by GCC; replace with -Wall. Approved by: GCC blanket
This commit is contained in:
parent
31cfaa68d3
commit
273c0a32e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432802
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ USE_LDCONFIG= yes
|
|||
USES= uidfix
|
||||
MAKE_ARGS= LIBDIR=${PREFIX}/lib INCLUDEDIR=${PREFIX}/include
|
||||
|
||||
post-patch:
|
||||
# -Weverything is not recognized by GCC
|
||||
@${REINPLACE_CMD} -e 's|Weverything|Wall|' ${WRKSRC}/Makefile
|
||||
|
||||
pre-install:
|
||||
@${MKDIR} ${STAGEDIR}/${PREFIX}/include/libepoll-shim/sys
|
||||
|
||||
|
|
Loading…
Reference in a new issue