1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

net-mgmt/netdata: disable ML on powerpc64le to fix build

if test "${host_cpu}" = "powerpc64le"; then
  have_cxx17="no"
  have_cxx11="no"
  CPP_STD_FLAG=""
  cpp_std_to_use="no c++ on powerpc64le"
  AM_CONDITIONAL([HAVE_CXX17], [false])
  AM_CONDITIONAL([HAVE_CXX11], [false])
fi
This commit is contained in:
Piotr Kubaj 2024-07-08 21:44:18 +02:00
parent b5a4f7a9a4
commit d9ba4a223e

View File

@ -54,6 +54,7 @@ PLIST_SUB= NETDATA_CACHE=${NETDATA_CACHE} \
OPTIONS_DEFINE= CLOUD CUPS DBENGINE FREEIPMI GOPLUGIN LTO ML
OPTIONS_DEFAULT= CLOUD DBENGINE LTO ML
OPTIONS_EXCLUDE_riscv64= LTO
OPTIONS_EXCLUDE_powerpc64le= ML
OPTIONS_SUB= YES
CLOUD_DESC= Enable cloud functionality