From 3ff2b36355921dc6069737a16ac201433916c3e3 Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Sat, 24 Sep 2016 14:32:19 +0200 Subject: [PATCH] grilo-plugins: working fix for gcc6 build --- srcpkgs/grilo-plugins/template | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/srcpkgs/grilo-plugins/template b/srcpkgs/grilo-plugins/template index a75172d704d..670a68d0200 100644 --- a/srcpkgs/grilo-plugins/template +++ b/srcpkgs/grilo-plugins/template @@ -3,7 +3,7 @@ pkgname=grilo-plugins version=0.2.17 revision=1 build_style=gnu-configure -configure_args="--disable-static --enable-shoutcast" +configure_args="--disable-static --enable-shoutcast --enable-compile-warnings=no" hostmakedepends="pkg-config intltool itstool glib-devel gnome-doc-utils" # XXX missing plugins: fakemetadata. makedepends="grilo-devel gom-devel gupnp-av-devel json-glib-devel @@ -17,8 +17,3 @@ license="LGPL-2.1" homepage="http://live.gnome.org/Grilo" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" checksum=337669098cddf64a84fa9398aa1d7f994fea84bc5f7f1b348e1288f135713781 - -_gccver=$(gcc --version | awk '/^gcc \(GCC\)/ { print $3 }') -if [ "${_gccver%%.*}" -gt 5 ]; then - CXXFLAGS="-Wno-error=format-nonliteral" -fi