git: 437487b2bc91 - main - sysutils/reptyr: Use -Wno-error instead
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Dec 2021 01:20:22 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=437487b2bc91beef0eaee1e9319feab1649232a5
commit 437487b2bc91beef0eaee1e9319feab1649232a5
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2021-12-02 01:18:29 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2021-12-02 01:18:29 +0000
sysutils/reptyr: Use -Wno-error instead
Ports really shouldn't use -Werror anyway.
Suggested by: koobs
MFH after: 3 days
---
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