Date: Sun, 2 Aug 2020 18:30:55 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r543989 - branches/2020Q3/audio/sound-juicer Message-ID: <202008021830.072IUtc4072223@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Aug 2 18:30:55 2020 New Revision: 543989 URL: https://svnweb.freebsd.org/changeset/ports/543989 Log: MFH: r543987 Add compiler:c11 to USES to fix build on GCC-based systems: src/egg-play-preview.c:714: error: #pragma GCC diagnostic not allowed inside functions Approved by: portmgr (tier-2 blanket) Modified: branches/2020Q3/audio/sound-juicer/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/audio/sound-juicer/Makefile ============================================================================== --- branches/2020Q3/audio/sound-juicer/Makefile Sun Aug 2 18:16:06 2020 (r543988) +++ branches/2020Q3/audio/sound-juicer/Makefile Sun Aug 2 18:30:55 2020 (r543989) @@ -22,7 +22,8 @@ LIB_DEPENDS= libmusicbrainz5.so:audio/libmusicbrainz5 PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext gmake gnome pathfix pkgconfig tar:xz +USES= compiler:c11 desktop-file-utils gettext gmake gnome \ + pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix intlhack USE_GSTREAMER1= cdparanoia flac good vorbis GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008021830.072IUtc4072223>