svn commit: r565397 - head/comms/tits/files

Michael Landin mich at FreeBSD.org
Tue Feb 16 12:26:25 UTC 2021


Author: mich
Date: Tue Feb 16 12:26:24 2021
New Revision: 565397
URL: https://svnweb.freebsd.org/changeset/ports/565397

Log:
  - change to MK_WERROR
  
  PR:		        253548
  Submitted by:	mike at sentex.net

Modified:
  head/comms/tits/files/patch-Makefile

Modified: head/comms/tits/files/patch-Makefile
==============================================================================
--- head/comms/tits/files/patch-Makefile	Tue Feb 16 12:03:59 2021	(r565396)
+++ head/comms/tits/files/patch-Makefile	Tue Feb 16 12:26:24 2021	(r565397)
@@ -5,7 +5,7 @@
  # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  
 -WARNS=	2
-+NO_WERROR=1
++MK_WERROR=no
  
  PROG=	tits
 -MAN=	tits.8


More information about the svn-ports-all mailing list