Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2018 20:19:46 +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: r481246 - head/net-im/libaccounts-glib
Message-ID:  <201810042019.w94KJk1N044643@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810042019.w94KJk1N044643>