svn commit: r546678 - head/audio/aumix

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 19:42:56 UTC 2020


Author: tcberner
Date: Thu Aug 27 19:42:55 2020
New Revision: 546678
URL: https://svnweb.freebsd.org/changeset/ports/546678

Log:
  audio/aumix: fix build with recent current

Modified:
  head/audio/aumix/Makefile

Modified: head/audio/aumix/Makefile
==============================================================================
--- head/audio/aumix/Makefile	Thu Aug 27 19:41:48 2020	(r546677)
+++ head/audio/aumix/Makefile	Thu Aug 27 19:42:55 2020	(r546678)
@@ -22,6 +22,8 @@ CONFIGURE_ARGS=	--includedir="${LOCALBASE}/include" \
 		--libdir="${LOCALBASE}/lib"
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+# Fix build with clang11
+CFLAGS+=	-fcommon
 
 PLIST_FILES=	bin/aumix bin/mute bin/xaumix \
 		man/man1/aumix.1.gz \


More information about the svn-ports-head mailing list