svn commit: r545770 - head/benchmarks/lzbench

Alexey Dokuchaev danfe at FreeBSD.org
Sat Aug 22 15:26:01 UTC 2020


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
 


More information about the svn-ports-all mailing list