svn commit: r546717 - head/audio/bristol

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 10:59:57 UTC 2020


Author: tcberner
Date: Fri Aug 28 10:59:56 2020
New Revision: 546717
URL: https://svnweb.freebsd.org/changeset/ports/546717

Log:
  audio/bristol: fix build on recent current

Modified:
  head/audio/bristol/Makefile

Modified: head/audio/bristol/Makefile
==============================================================================
--- head/audio/bristol/Makefile	Fri Aug 28 10:49:14 2020	(r546716)
+++ head/audio/bristol/Makefile	Fri Aug 28 10:59:56 2020	(r546717)
@@ -26,6 +26,9 @@ CONFIGURE_ARGS+=	--disable-alsa --enable-oss \
 			--enable-jack-default-midi \
 			--disable-version-check
 
+# Fix build on recent current (would require a handful of patches)
+CFLAGS+=		-fcommon
+
 PORTDATA=	*
 
 post-patch:


More information about the svn-ports-head mailing list