svn commit: r481246 - head/net-im/libaccounts-glib

Tobias C. Berner tcberner at FreeBSD.org
Thu Oct 4 20:19:47 UTC 2018


Author: tcberner
Date: Thu Oct  4 20:19:46 2018
New Revision: 481246
URL: https://svnweb.freebsd.org/changeset/ports/481246

Log:
  net-im/libaccounts-glib: fix build on powerpc64
  
  PR:		231916
  Submitted by:	Piotr Kubaj  <pkubaj at anongoth.pl>

Modified:
  head/net-im/libaccounts-glib/Makefile

Modified: head/net-im/libaccounts-glib/Makefile
==============================================================================
--- head/net-im/libaccounts-glib/Makefile	Thu Oct  4 20:15:41 2018	(r481245)
+++ head/net-im/libaccounts-glib/Makefile	Thu Oct  4 20:19:46 2018	(r481246)
@@ -20,9 +20,10 @@ GNU_CONFIGURE=	YES
 CONFIGURE_ARGS=	--disable-tests --enable-gtk-doc
 INSTALL_TARGET=	install-strip
 
-USES=		autoreconf gmake libtool pathfix pkgconfig python sqlite:3
+USES=		autoreconf gmake gnome libtool pathfix pkgconfig python sqlite:3
 USE_GNOME=	pygobject3 introspection libxml2
 USE_PYTHON=	py3kplist
+CFLAGS_powerpc64=	-Wno-error
 
 # GitLab variables.
 USE_GITLAB=	yes


More information about the svn-ports-head mailing list