svn commit: r543989 - branches/2020Q3/audio/sound-juicer

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


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


More information about the svn-ports-all mailing list