diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-10-21 00:48:13 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-10-21 00:48:13 +0800 |
commit | 6f8521a8390b3aef36c328dc3f956fa55c7d6f2e (patch) | |
tree | 7afbfed03e50970e430d324953b84b899da9fab1 | |
parent | 566e4933273c2926ffd6d51c4eeeb297af886feb (diff) | |
download | freebsd-ports-gnome-6f8521a8390b3aef36c328dc3f956fa55c7d6f2e.tar.gz freebsd-ports-gnome-6f8521a8390b3aef36c328dc3f956fa55c7d6f2e.tar.zst freebsd-ports-gnome-6f8521a8390b3aef36c328dc3f956fa55c7d6f2e.zip |
net-im/libsignon-glib: fix build with GCC-based architectures
PR: 232259
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
-rw-r--r-- | net-im/libsignon-glib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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: |