From 8faea4082fd0c70932f83503127f804d14b62b79 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Mon, 27 Jul 2020 09:46:10 +0000 Subject: [PATCH] audio/asunder: fix build on GCC architectures Use newer GCC: cc1: error: unrecognized command line option "-Wno-format-truncation" --- audio/asunder/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/asunder/Makefile b/audio/asunder/Makefile index 8f74862d1e6f..a1cf56b8510b 100644 --- a/audio/asunder/Makefile +++ b/audio/asunder/Makefile @@ -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