svn commit: r546682 - head/multimedia/avinfo

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 20:01:20 UTC 2020


Author: tcberner
Date: Thu Aug 27 20:01:19 2020
New Revision: 546682
URL: https://svnweb.freebsd.org/changeset/ports/546682

Log:
  multimedia/avinfo: fix build with recent current

Modified:
  head/multimedia/avinfo/Makefile

Modified: head/multimedia/avinfo/Makefile
==============================================================================
--- head/multimedia/avinfo/Makefile	Thu Aug 27 19:58:01 2020	(r546681)
+++ head/multimedia/avinfo/Makefile	Thu Aug 27 20:01:19 2020	(r546682)
@@ -15,6 +15,9 @@ USES=		bison gmake
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
+# Fix build with clang11. Seems dead upstream.
+CFLAGS+=	-fcommon
+
 PLIST_FILES=	bin/${PORTNAME} \
 		man/man1/${PORTNAME}.1.gz
 


More information about the svn-ports-all mailing list