Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 2020 01:59:54 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551348 - head/news/husky-htick
Message-ID:  <202010040159.0941xsTG097166@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Oct  4 01:59:53 2020
New Revision: 551348
URL: https://svnweb.freebsd.org/changeset/ports/551348

Log:
  news/husky-htick: Fix build on 13 by adding CFLAGS=-fcommon
  
  Reported by:	Abuild failure on 13-CURRENT
  Approved by:	portmgr (build fix)

Modified:
  head/news/husky-htick/Makefile

Modified: head/news/husky-htick/Makefile
==============================================================================
--- head/news/husky-htick/Makefile	Sun Oct  4 01:05:41 2020	(r551347)
+++ head/news/husky-htick/Makefile	Sun Oct  4 01:59:53 2020	(r551348)
@@ -28,6 +28,8 @@ DOCSDIR=		${PREFIX}/share/doc/husky
 INFO=			htick
 MAKE_ARGS=		INFODIR=${PREFIX}/${INFO_PATH}
 
+CFLAGS+=		-fcommon # fix build failure with clang-11 on 13-CURRENT
+
 OPTIONS_DEFINE=	DOCS
 
 post-patch:



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