From 6f8521a8390b3aef36c328dc3f956fa55c7d6f2e Mon Sep 17 00:00:00 2001 From: tcberner Date: Sat, 20 Oct 2018 16:48:13 +0000 Subject: net-im/libsignon-glib: fix build with GCC-based architectures PR: 232259 Submitted by: Piotr Kubaj --- net-im/libsignon-glib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-im/libsignon-glib/Makefile b/net-im/libsignon-glib/Makefile index e77835423a21..da03dd148d69 100644 --- a/net-im/libsignon-glib/Makefile +++ b/net-im/libsignon-glib/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= signond:sysutils/signon-qt5 GNU_CONFIGURE= YES CONFIGURE_ARGS= --disable-tests --enable-gtk-doc -USES= autoreconf gmake libtool pathfix pkgconfig python tar:bz2 +USES= autoreconf gmake gnome libtool pathfix pkgconfig python tar:bz2 USE_GNOME= introspection pygobject3 USE_PYTHON= py3kplist @@ -29,6 +29,7 @@ PATHFIX_MAKEFILEIN= Makefile.am USE_GITLAB= yes GL_ACCOUNT= accounts-sso GL_COMMIT= 4e85baaf483268d04bbf835bebeac4ae30c7c327 +CFLAGS+= -Wno-error # Run gtdocize as done in autogen.sh pre-configure: -- cgit