Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jul 2020 09:46:10 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543515 - head/audio/asunder
Message-ID:  <202007270946.06R9kApl003439@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Jul 27 09:46:10 2020
New Revision: 543515
URL: https://svnweb.freebsd.org/changeset/ports/543515

Log:
  audio/asunder: fix build on GCC architectures
  
  Use newer GCC:
  cc1: error: unrecognized command line option "-Wno-format-truncation"

Modified:
  head/audio/asunder/Makefile

Modified: head/audio/asunder/Makefile
==============================================================================
--- head/audio/asunder/Makefile	Mon Jul 27 09:36:20 2020	(r543514)
+++ head/audio/asunder/Makefile	Mon Jul 27 09:46:10 2020	(r543515)
@@ -17,7 +17,8 @@ LIB_DEPENDS=	libcddb.so:audio/libcddb \
 		libfreetype.so:print/freetype2
 RUN_DEPENDS=	${LOCALBASE}/bin/cdparanoia:audio/cdparanoia
 
-USES=		desktop-file-utils gettext gmake gnome pkgconfig tar:bzip2
+USES=		compiler:c11 desktop-file-utils gettext gmake gnome pkgconfig \
+		tar:bzip2
 USE_GNOME=	cairo gdkpixbuf2 gtk20 glib20 intltool intlhack
 GNU_CONFIGURE=	yes
 



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