Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Mar 2020 14:24:05 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529252 - head/multimedia/pipewire
Message-ID:  <202003271424.02REO5lF064534@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Mar 27 14:24:05 2020
New Revision: 529252
URL: https://svnweb.freebsd.org/changeset/ports/529252

Log:
  multimedia/pipewire: fix build on GCC architectures
  
  Base GCC doesn't support -Wsuggest-attribute=format:
  cc1: error: unrecognized command line option "-Wimplicit-fallthrough"
  cc1: error: -Werror=suggest-attribute=format: No option -Wsuggest-attribute=format

Modified:
  head/multimedia/pipewire/Makefile

Modified: head/multimedia/pipewire/Makefile
==============================================================================
--- head/multimedia/pipewire/Makefile	Fri Mar 27 14:10:30 2020	(r529251)
+++ head/multimedia/pipewire/Makefile	Fri Mar 27 14:24:05 2020	(r529252)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libepoll-shim.so:devel/libepoll-shim \
 		libudev.so:devel/libudev-devd
 
-USES=		gnome meson pkgconfig
+USES=		compiler:c11 gnome meson pkgconfig
 
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes



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