[linimon at FreeBSD.org: svn commit: r549845 - head/net-im/libaccounts-glib]
Mark Linimon
linimon at lonesome.com
Wed Sep 23 21:41:06 BST 2020
FYI
mcl
----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----
Date: Wed, 23 Sep 2020 20:40:08 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r549845 - head/net-im/libaccounts-glib
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
----- End forwarded message -----
More information about the kde-freebsd
mailing list