mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
sysutils/reptyr: Use -Wno-error instead
Ports really shouldn't use -Werror anyway. Suggested by: koobs MFH after: 3 days
This commit is contained in:
parent
b8c4bfe660
commit
437487b2bc
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ GH_ACCOUNT= nelhage
|
||||||
|
|
||||||
MAKE_ARGS= BASHCOMPDIR=${PREFIX}/share/bash-completion/completions \
|
MAKE_ARGS= BASHCOMPDIR=${PREFIX}/share/bash-completion/completions \
|
||||||
MANDIR=${MANPREFIX}/man
|
MANDIR=${MANPREFIX}/man
|
||||||
CFLAGS+= -Wno-unused-but-set-variable
|
CFLAGS+= -Wno-error
|
||||||
USES= gmake
|
USES= gmake
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= i386 amd64
|
ONLY_FOR_ARCHS= i386 amd64
|
||||||
|
|
Loading…
Add table
Reference in a new issue