From 65a4c76902d2431ea8766e58045a48649c2c6c57 Mon Sep 17 00:00:00 2001 From: antoine Date: Fri, 30 Jan 2015 18:49:26 +0000 Subject: Unbreak with gcc from base --- archivers/libmspack/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/archivers/libmspack/Makefile b/archivers/libmspack/Makefile index 67e4ccd214a0..55e26747cb5a 100644 --- a/archivers/libmspack/Makefile +++ b/archivers/libmspack/Makefile @@ -18,4 +18,7 @@ USE_LDCONFIG= yes USES= libtool pathfix INSTALL_TARGET= install-strip +post-patch: + @${REINPLACE_CMD} 's,-Wno-unused-result,,' ${WRKSRC}/Makefile.in + .include -- cgit