Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2020 06:41:25 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552302 - head/net/nifmon/files
Message-ID:  <202010140641.09E6fPUD010851@repo.freebsd.org>

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



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