svn commit: r546789 - head/audio/ctronome

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 18:19:12 UTC 2020


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


More information about the svn-ports-all mailing list