Date: Sat, 20 Oct 2018 16:48:13 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482602 - head/net-im/libsignon-glib Message-ID: <201810201648.w9KGmDT6086545@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Oct 20 16:48:13 2018 New Revision: 482602 URL: https://svnweb.freebsd.org/changeset/ports/482602 Log: net-im/libsignon-glib: fix build with GCC-based architectures PR: 232259 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/net-im/libsignon-glib/Makefile Modified: head/net-im/libsignon-glib/Makefile ============================================================================== --- head/net-im/libsignon-glib/Makefile Sat Oct 20 16:46:52 2018 (r482601) +++ head/net-im/libsignon-glib/Makefile Sat Oct 20 16:48:13 2018 (r482602) @@ -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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201648.w9KGmDT6086545>