svn commit: r550344 - head/net-mgmt/fastnetmon

Mark Linimon linimon at FreeBSD.org
Sun Sep 27 20:30:42 UTC 2020


Author: linimon
Date: Sun Sep 27 20:30:41 2020
New Revision: 550344
URL: https://svnweb.freebsd.org/changeset/ports/550344

Log:
  Set flags on powerpc64le the same as on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net-mgmt/fastnetmon/Makefile

Modified: head/net-mgmt/fastnetmon/Makefile
==============================================================================
--- head/net-mgmt/fastnetmon/Makefile	Sun Sep 27 20:28:00 2020	(r550343)
+++ head/net-mgmt/fastnetmon/Makefile	Sun Sep 27 20:30:41 2020	(r550344)
@@ -48,7 +48,7 @@ CMAKE_INSTALL_PREFIX=	${PREFIX}
 
 .if ${ARCH} == amd64 || ${ARCH} == i386
 LIB_DEPENDS+=	libluajit-5.1.so:lang/luajit
-.elif ${ARCH} == powerpc64
+.elif ${ARCH:Mpowerpc64*}
 EXTRA_PATCHES=	${FILESDIR}/extra-patch-src_fast__library.h \
 		${FILESDIR}/extra-patch-src_netflow__plugin_netflow__collector.cpp
 LIB_DEPENDS+=	libluajit-5.1.so:lang/luajit-openresty


More information about the svn-ports-head mailing list