Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 10:59:56 +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: r546717 - head/audio/bristol
Message-ID:  <202008281059.07SAxuXA048044@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



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