Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 20:55:41 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549847 - head/net-mgmt/netdata
Message-ID:  <202009232055.08NKtfAh005495@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Sep 23 20:55:40 2020
New Revision: 549847
URL: https://svnweb.freebsd.org/changeset/ports/549847

Log:
  Canonicalize use of GCC on all powerpc variants.
  
  While here, pet portlint (remove whitespace).

Modified:
  head/net-mgmt/netdata/Makefile

Modified: head/net-mgmt/netdata/Makefile
==============================================================================
--- head/net-mgmt/netdata/Makefile	Wed Sep 23 20:50:08 2020	(r549846)
+++ head/net-mgmt/netdata/Makefile	Wed Sep 23 20:55:40 2020	(r549847)
@@ -16,7 +16,6 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	libjson-c.so:devel/json-c \
 		libuuid.so:misc/e2fsprogs-libuuid \
 		libuv.so:devel/libuv
-
 RUN_DEPENDS=	bash:shells/bash \
 		curl:ftp/curl \
 		${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
@@ -87,7 +86,7 @@ LTO_USES=		compiler:c11
 BROKEN=		Link-Time Optimization breaks compilation on FreeBSD 11
 .endif
 
-.if ${PORT_OPTIONS:MLTO} && ${ARCH} == powerpc64
+.if ${PORT_OPTIONS:MLTO} && ${ARCH:Mpowerpc*}
 USE_GCC=	yes
 .endif
 



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