Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Aug 2020 18:16:49 +0000
From:      Mark Linimon <linimon@lonesome.com>
To:        gnome@FreeBSD.org
Cc:        linimon@FreeBSD.org, pkubaj@FreeBSD.org
Subject:   [linimon@FreeBSD.org: svn commit: r543987 - head/audio/sound-juicer]
Message-ID:  <20200802181648.GA27636@lonesome.com>

next in thread | raw e-mail | index | archive | help
FYI

mcl

----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> -----

Date: Sun, 2 Aug 2020 18:08:54 +0000 (UTC)
From: Mark Linimon <linimon@FreeBSD.org>
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject: svn commit: r543987 - head/audio/sound-juicer

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

----- End forwarded message -----



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