svn commit: r543515 - head/audio/asunder

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jul 27 09:46:11 UTC 2020


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
 


More information about the svn-ports-all mailing list