Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 2021 18:33:18 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561246 - head/sysutils/fluent-bit
Message-ID:  <202101111833.10BIXIBA094181@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Jan 11 18:33:18 2021
New Revision: 561246
URL: https://svnweb.freebsd.org/changeset/ports/561246

Log:
  sysutils/fluent-bit: fix build on powerpc64le

Modified:
  head/sysutils/fluent-bit/Makefile

Modified: head/sysutils/fluent-bit/Makefile
==============================================================================
--- head/sysutils/fluent-bit/Makefile	Mon Jan 11 18:29:30 2021	(r561245)
+++ head/sysutils/fluent-bit/Makefile	Mon Jan 11 18:33:18 2021	(r561246)
@@ -44,7 +44,7 @@ USE_RC_SUBR=	${PORTNAME}
 EXTRA_PATCHES=	${PATCHDIR}/extra-patch-lib_luajit__src__lj_prng.c
 .endif
 
-.if ${ARCH} == powerpc64
+.if ${ARCH:Mpowerpc64*}
 CMAKE_ARGS+=	-DFLB_LUAJIT:BOOL=OFF
 .endif
 



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