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:
parent
e49235ba88
commit
5f12f138d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327262
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user