svn commit: r561246 - head/sysutils/fluent-bit

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jan 11 18:33:19 UTC 2021


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
 


More information about the svn-ports-head mailing list