Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2021 03:38:01 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565479 - head/lang/siod
Message-ID:  <202102170338.11H3c1GU049192@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102170338.11H3c1GU049192>