svn commit: r546749 - head/net-mgmt/cdpr
Tobias C. Berner
tcberner at FreeBSD.org
Fri Aug 28 16:34:36 UTC 2020
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
More information about the svn-ports-all
mailing list