FYI mcl
----- Forwarded message from Mark Linimon <[email protected]> ----- Date: Wed, 23 Sep 2020 20:40:08 +0000 (UTC) From: Mark Linimon <[email protected]> To: [email protected], [email protected], [email protected] 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 -----
