svn commit: r552302 - head/net/nifmon/files

Alexey Dokuchaev danfe at FreeBSD.org
Wed Oct 14 06:41:25 UTC 2020


Author: danfe
Date: Wed Oct 14 06:41:24 2020
New Revision: 552302
URL: https://svnweb.freebsd.org/changeset/ports/552302

Log:
  Force -fcommon to unbreak the build against Clang 11 and GCC 10.
  
  PR:	250219

Modified:
  head/net/nifmon/files/patch-Makefile

Modified: head/net/nifmon/files/patch-Makefile
==============================================================================
--- head/net/nifmon/files/patch-Makefile	Wed Oct 14 05:28:03 2020	(r552301)
+++ head/net/nifmon/files/patch-Makefile	Wed Oct 14 06:41:24 2020	(r552302)
@@ -1,8 +1,10 @@
---- Makefile.orig	Wed May  2 20:41:22 2001
-+++ Makefile	Wed Feb 25 17:43:00 2004
-@@ -5,7 +5,7 @@
+--- Makefile.orig	2001-05-02 18:41:22 UTC
++++ Makefile
+@@ -4,8 +4,9 @@ MAN8	=	nifmon.8
+ BINDIR	=	/usr/local/bin
  MANDIR	=	/usr/local/man/man
  
++CFLAGS	+=	-fcommon
  # compile debug support
 -COPTS	+=	-DDEBUG -g -Wall
 +#COPTS	+=	-DDEBUG -g -Wall


More information about the svn-ports-all mailing list