svn commit: r543987 - head/audio/sound-juicer

Mark Linimon linimon at FreeBSD.org
Sun Aug 2 18:08:55 UTC 2020


Author: linimon
Date: Sun Aug  2 18:08:54 2020
New Revision: 543987
URL: https://svnweb.freebsd.org/changeset/ports/543987

Log:
  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:
  head/audio/sound-juicer/Makefile

Modified: head/audio/sound-juicer/Makefile
==============================================================================
--- head/audio/sound-juicer/Makefile	Sun Aug  2 18:07:43 2020	(r543986)
+++ head/audio/sound-juicer/Makefile	Sun Aug  2 18:08:54 2020	(r543987)
@@ -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


More information about the svn-ports-head mailing list