MFH: r564954
shells/v7sh: pet pkg-fallout Unbreak build in FreeBSD < 13 PR: 253241 Submitted by: portmaster@bsdforge.com (maintainer)
This commit is contained in:
parent
eaafd80448
commit
9c6c8c8802
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=564955
@ -15,7 +15,11 @@ SRCS= args.c blok.c builtin.c cmd.c ctype.c error.c expand.c \
|
|||||||
|
|
||||||
CWARNFLAGS?= -ansi -Wbad-function-cast
|
CWARNFLAGS?= -ansi -Wbad-function-cast
|
||||||
WARNS?= 6
|
WARNS?= 6
|
||||||
|
.if ${OSREL:R} < 13
|
||||||
NO_WERROR=1
|
NO_WERROR=1
|
||||||
|
.else
|
||||||
|
MK_WERROR=no
|
||||||
|
.endif
|
||||||
WFORMAT=0
|
WFORMAT=0
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user