1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Fix build by disabling Werror

This commit is contained in:
Tilman Keskinoz 2007-07-16 12:41:50 +00:00
parent b656a2e5d3
commit 4d5d737b97
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195732

View File

@ -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>