aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-01-31 02:49:26 +0800
committerantoine <antoine@FreeBSD.org>2015-01-31 02:49:26 +0800
commit65a4c76902d2431ea8766e58045a48649c2c6c57 (patch)
treee49997b47e3b1f15335a6fe380ebc6b492d1f960
parent4fe38fd53304de83436d61c17bb7ea84b7e373de (diff)
downloadfreebsd-ports-gnome-65a4c76902d2431ea8766e58045a48649c2c6c57.tar.gz
freebsd-ports-gnome-65a4c76902d2431ea8766e58045a48649c2c6c57.tar.zst
freebsd-ports-gnome-65a4c76902d2431ea8766e58045a48649c2c6c57.zip
Unbreak with gcc from base
-rw-r--r--archivers/libmspack/Makefile3
1 files changed, 3 insertions, 0 deletions
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 <bsd.port.mk>