svn commit: r565479 - head/lang/siod

Mikhail Teterin mi at FreeBSD.org
Wed Feb 17 03:38:01 UTC 2021


Author: mi
Date: Wed Feb 17 03:38:01 2021
New Revision: 565479
URL: https://svnweb.freebsd.org/changeset/ports/565479

Log:
  Remove the stray -Werror. Whether or not to tolerate warnings
  shall depend on the user's settings.
  
  Sponsored by:	United Marsupials

Modified:
  head/lang/siod/Makefile

Modified: head/lang/siod/Makefile
==============================================================================
--- head/lang/siod/Makefile	Wed Feb 17 03:25:20 2021	(r565478)
+++ head/lang/siod/Makefile	Wed Feb 17 03:38:01 2021	(r565479)
@@ -25,7 +25,6 @@ SS_DESC=	Sockets support - required for any network pr
 NDBM_DESC=	Support for NDBM-databases
 NO_WRKSUBDIR=	yes
 EXTRACT_AFTER_ARGS=--exclude md5\* --exclude regex.h --exclude reg????*.c
-CFLAGS+=	-Werror
 MAKE_ARGS=	VPATH=${WRKSRC} MODULES=${MODULES:Q}
 MAKEFILE=	${FILESDIR}/BSDmakefile
 MAKE_ENV=	MKDIR=${MKDIR:Q} STAGEDIR=${STAGEDIR:Q}


More information about the svn-ports-all mailing list