diff options
Diffstat (limited to 'devel/libepoll-shim/Makefile')
-rw-r--r-- | devel/libepoll-shim/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |