Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2020 15:26:00 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545770 - head/benchmarks/lzbench
Message-ID:  <202008221526.07MFQ05g030685@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sat Aug 22 15:26:00 2020
New Revision: 545770
URL: https://svnweb.freebsd.org/changeset/ports/545770

Log:
  - Unbreak the build with -fno-common (Clang 11, GCC 10)
  - Include upstream bug report for reference and tracking
  
  Reported by:	pkg-fallout

Modified:
  head/benchmarks/lzbench/Makefile

Modified: head/benchmarks/lzbench/Makefile
==============================================================================
--- head/benchmarks/lzbench/Makefile	Sat Aug 22 15:24:34 2020	(r545769)
+++ head/benchmarks/lzbench/Makefile	Sat Aug 22 15:26:00 2020	(r545770)
@@ -13,6 +13,9 @@ USES=		compiler:c11 gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	inikep
 
+# XXX: track progress at https://github.com/inikep/lzbench/issues/76
+MAKE_ENV=	MOREFLAGS=-fcommon
+
 PLIST_FILES=	bin/lzbench
 PORTDOCS=	NEWS README.md
 



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