Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 2020 23:55:49 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546127 - head/net-mgmt/ipv6calc
Message-ID:  <202008242355.07ONtn1x054625@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Mon Aug 24 23:55:49 2020
New Revision: 546127
URL: https://svnweb.freebsd.org/changeset/ports/546127

Log:
  net-mgmt/ipv6calc: Fix build on 13-CURRENT
  
  https://github.com/pbiering/ipv6calc/issues/15
  
  Reported by:	pkg-fallout

Modified:
  head/net-mgmt/ipv6calc/Makefile

Modified: head/net-mgmt/ipv6calc/Makefile
==============================================================================
--- head/net-mgmt/ipv6calc/Makefile	Mon Aug 24 23:54:37 2020	(r546126)
+++ head/net-mgmt/ipv6calc/Makefile	Mon Aug 24 23:55:49 2020	(r546127)
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		gmake perl5 shebangfix ssl
 
 GNU_CONFIGURE=	yes
+CFLAGS+=	-fcommon
 
 SHEBANG_FILES=	tools/*.pl tools/*.sh.in
 



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