diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-14 10:43:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-14 10:43:40 +0000 |
commit | 5f12f138d43d43ad6ae3cbdf7b3a52c4aee298b5 (patch) | |
tree | c8f29b5bdb8ccea88cc791b6d537bb9d9528479d /sysutils/fatback | |
parent | e49235ba88613d72086305a5c2b5ba24c39e8567 (diff) | |
download | ports-5f12f138d43d43ad6ae3cbdf7b3a52c4aee298b5.tar.gz ports-5f12f138d43d43ad6ae3cbdf7b3a52c4aee298b5.zip |
Notes
Diffstat (limited to 'sysutils/fatback')
-rw-r--r-- | sysutils/fatback/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/fatback/Makefile b/sysutils/fatback/Makefile index a95cf5e26535..d17e2cc3e2d0 100644 --- a/sysutils/fatback/Makefile +++ b/sysutils/fatback/Makefile @@ -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 |