svn commit: r546127 - head/net-mgmt/ipv6calc
Danilo G. Baio
dbaio at FreeBSD.org
Mon Aug 24 23:55:50 UTC 2020
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
More information about the svn-ports-all
mailing list