From 273c0a32e860fb5e1341baf0bd25c5b86f62abe4 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sun, 29 Jan 2017 22:10:57 +0000 Subject: devel/libepoll-shim: Fix build on GCC The -Weverything flag is not recognized by GCC; replace with -Wall. Approved by: GCC blanket --- devel/libepoll-shim/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'devel/libepoll-shim/Makefile') diff --git a/devel/libepoll-shim/Makefile b/devel/libepoll-shim/Makefile index b3569183ae98..c1f06781dc3d 100644 --- a/devel/libepoll-shim/Makefile +++ b/devel/libepoll-shim/Makefile @@ -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 -- cgit v1.2.3