svn commit: r564955 - branches/2021Q1/shells/v7sh/files

Fernando Apesteguía fernape at FreeBSD.org
Thu Feb 11 14:21:28 UTC 2021


Author: fernape
Date: Thu Feb 11 14:21:27 2021
New Revision: 564955
URL: https://svnweb.freebsd.org/changeset/ports/564955

Log:
  MFH: r564954
  
  shells/v7sh: pet pkg-fallout
  
  Unbreak build in FreeBSD < 13
  
  PR:     253241
  Submitted by:   portmaster at bsdforge.com (maintainer)

Modified:
  branches/2021Q1/shells/v7sh/files/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/shells/v7sh/files/Makefile
==============================================================================
--- branches/2021Q1/shells/v7sh/files/Makefile	Thu Feb 11 14:18:43 2021	(r564954)
+++ branches/2021Q1/shells/v7sh/files/Makefile	Thu Feb 11 14:21:27 2021	(r564955)
@@ -15,7 +15,11 @@ SRCS=   args.c blok.c builtin.c cmd.c ctype.c error.c 
 
 CWARNFLAGS?=	-ansi -Wbad-function-cast
 WARNS?=	6
+.if ${OSREL:R} < 13
 NO_WERROR=1
+.else
+MK_WERROR=no
+.endif
 WFORMAT=0
 
 .include <bsd.prog.mk>


More information about the svn-ports-all mailing list