1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

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
This commit is contained in:
Piotr Kubaj 2020-03-27 14:24:05 +00:00
parent b126f195ea
commit 4202b01f6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529252

View File

@ -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