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

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 20:40:08 UTC 2020


Author: linimon
Date: Wed Sep 23 20:40:08 2020
New Revision: 549845
URL: https://svnweb.freebsd.org/changeset/ports/549845

Log:
  Add -Wno-error in powerpc64le case, similar to powerpc64 case.
  
  Approved by:	portmgr (tier-2 blanket)

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

Modified: head/net-im/libaccounts-glib/Makefile
==============================================================================
--- head/net-im/libaccounts-glib/Makefile	Wed Sep 23 20:37:03 2020	(r549844)
+++ head/net-im/libaccounts-glib/Makefile	Wed Sep 23 20:40:08 2020	(r549845)
@@ -20,6 +20,7 @@ USES=		gnome libtool meson pathfix pkgconfig python sq
 USE_GNOME=	pygobject3 introspection libxml2
 USE_PYTHON=	py3kplist
 CFLAGS_powerpc64=	-Wno-error
+CFLAGS_powerpc64le=	-Wno-error
 
 CONFIGURE_ARGS=	-Dtests=false
 


More information about the svn-ports-all mailing list