1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Fix build with clang by removing -Werror

This commit is contained in:
Baptiste Daroussin 2013-09-14 10:43:40 +00:00
parent e49235ba88
commit 5f12f138d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327262

View File

@ -11,7 +11,6 @@ MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Recover deleted files from FAT filesystems
GNU_CONFIGURE= yes
USE_GCC= any
MAN1= fatback.1
INFO= fatback-manual
@ -22,6 +21,9 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} -e "s/-Werror//g" ${WRKSRC}/Makefile.in
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1