git: c59e611e7992 - 2021Q4 - sysutils/reptyr: Revert "sysutils/reptyr: Use -Wno-error instead"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Dec 2021 04:42:06 UTC
The branch 2021Q4 has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c59e611e79922b91a435d9edeffe7d276e029881 commit c59e611e79922b91a435d9edeffe7d276e029881 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2021-12-02 03:48:51 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2021-12-10 04:34:22 +0000 sysutils/reptyr: Revert "sysutils/reptyr: Use -Wno-error instead" This reverts commit 437487b2bc91beef0eaee1e9319feab1649232a5. A proper patch will be created and submitted upstream. (cherry picked from commit be86ad273d76baa936e98aa6769711dee7c33022) --- sysutils/reptyr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/reptyr/Makefile b/sysutils/reptyr/Makefile index a0b0a2e89c65..a4895b1d59dc 100644 --- a/sysutils/reptyr/Makefile +++ b/sysutils/reptyr/Makefile @@ -15,7 +15,7 @@ GH_ACCOUNT= nelhage MAKE_ARGS= BASHCOMPDIR=${PREFIX}/share/bash-completion/completions \ MANDIR=${MANPREFIX}/man -CFLAGS+= -Wno-error +CFLAGS+= -Wno-unused-but-set-variable USES= gmake ONLY_FOR_ARCHS= i386 amd64