Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 18:19:12 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546789 - head/audio/ctronome
Message-ID:  <202008281819.07SIJCw7023605@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Fri Aug 28 18:19:12 2020
New Revision: 546789
URL: https://svnweb.freebsd.org/changeset/ports/546789

Log:
  audio/ctronome: fix build on recent current

Modified:
  head/audio/ctronome/Makefile

Modified: head/audio/ctronome/Makefile
==============================================================================
--- head/audio/ctronome/Makefile	Fri Aug 28 18:18:04 2020	(r546788)
+++ head/audio/ctronome/Makefile	Fri Aug 28 18:19:12 2020	(r546789)
@@ -12,6 +12,9 @@ COMMENT=	Programmable console-based metronome
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+# Fix build with clang11
+CFLAGS+=	-fcommon
+
 PLIST_FILES=	bin/ctronome \
 		%%DATADIR%%/metronome1.wav \
 		%%DATADIR%%/metronome2.wav



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