git: bdd77635432b - 2021Q4 - sysutils/reptyr: Use -Wno-error instead
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Dec 2021 04:42:05 UTC
The branch 2021Q4 has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bdd77635432b44cad801a654017fb99fdb30149c
commit bdd77635432b44cad801a654017fb99fdb30149c
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2021-12-02 01:18:29 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2021-12-10 04:33:56 +0000
sysutils/reptyr: Use -Wno-error instead
Ports really shouldn't use -Werror anyway.
Suggested by: koobs
(cherry picked from commit 437487b2bc91beef0eaee1e9319feab1649232a5)
---
sysutils/reptyr/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysutils/reptyr/Makefile b/sysutils/reptyr/Makefile
index a4895b1d59dc..a0b0a2e89c65 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-unused-but-set-variable
+CFLAGS+= -Wno-error
USES= gmake
ONLY_FOR_ARCHS= i386 amd64