diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-07-16 12:41:50 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-07-16 12:41:50 +0000 |
commit | 4d5d737b978d0367d8c2890d9fc6ca05806e24e7 (patch) | |
tree | 9d477c5e7cacc04584705dec30e2ae284e642deb /multimedia | |
parent | b656a2e5d3bdd128c493e0b35a0be70ea0cceb51 (diff) |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xmms-status-plugin/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/xmms-status-plugin/Makefile b/multimedia/xmms-status-plugin/Makefile index 7078a2e29a45..42b65f710f59 100644 --- a/multimedia/xmms-status-plugin/Makefile +++ b/multimedia/xmms-status-plugin/Makefile @@ -21,4 +21,7 @@ USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +post-patch: + ${REINPLACE_CMD} -e 's,-Werror,,' ${WRKSRC}/configure + .include <bsd.port.mk> |