Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 16:34:36 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546749 - head/net-mgmt/cdpr
Message-ID:  <202008281634.07SGYakw057482@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Fri Aug 28 16:34:35 2020
New Revision: 546749
URL: https://svnweb.freebsd.org/changeset/ports/546749

Log:
  net-mgmt/cdpr: fix build on recent current

Modified:
  head/net-mgmt/cdpr/Makefile

Modified: head/net-mgmt/cdpr/Makefile
==============================================================================
--- head/net-mgmt/cdpr/Makefile	Fri Aug 28 16:30:55 2020	(r546748)
+++ head/net-mgmt/cdpr/Makefile	Fri Aug 28 16:34:35 2020	(r546749)
@@ -15,6 +15,9 @@ USES=		dos2unix tar:tgz
 DOS2UNIX_GLOB=	*.c *.h
 LDFLAGS+=	-L${LOCALBASE}/lib -lpcap
 
+# Upstreams website seems dead. Fix build with clang11
+CFLAGS+=		-fcommon
+
 DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
 
 OPTIONS_DEFINE=	DOCS



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