git: be86ad273d76 - main - sysutils/reptyr: Revert "sysutils/reptyr: Use -Wno-error instead"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Dec 2021 04:09:47 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=be86ad273d76baa936e98aa6769711dee7c33022
commit be86ad273d76baa936e98aa6769711dee7c33022
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2021-12-02 03:48:51 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2021-12-02 04:09:13 +0000
sysutils/reptyr: Revert "sysutils/reptyr: Use -Wno-error instead"
This reverts commit 437487b2bc91beef0eaee1e9319feab1649232a5.
A proper patch will be created and submitted upstream.
---
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