Nuke -Werror to prevent the gnuregex->gnu/regex warnings from

erroring out the build.
This commit is contained in:
Adam Weinberger 2004-03-05 14:34:11 +00:00
parent bd00fedbb9
commit ed7b091496
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103018

View File

@ -31,5 +31,6 @@ post-patch:
@${REINPLACE_CMD} -e "s|/usr/local/share/gtranslator|${PREFIX}/share/gnome/${PORTNAME}|g; \
s|/usr/local/share/pixmaps|${PREFIX}/share/gnome/pixmaps|g" \
${WRKSRC}/src/defines.h
@${REINPLACE_CMD} -e "s|-Werror||" ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>