git: 59d93b702a88 - main - misc/nn-insight: don't enable march=native

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Sun, 04 Aug 2024 12:01:19 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=59d93b702a88a67481cbe5493e6e41f114bcc04a

commit 59d93b702a88a67481cbe5493e6e41f114bcc04a
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-07-31 10:42:10 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-08-04 12:00:37 +0000

    misc/nn-insight: don't enable march=native
---
 misc/nn-insight/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/misc/nn-insight/Makefile b/misc/nn-insight/Makefile
index 2b3dcac735d8..a8dec67cc71e 100644
--- a/misc/nn-insight/Makefile
+++ b/misc/nn-insight/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	nn-insight
 DISTVERSION=	1.0.7
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	misc # machine-learning
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -32,4 +32,6 @@ PLIST_FILES=	bin/nn-insight \
 
 PORTSCOUT=	limit:^.*[1-9]\. # prevent hashes
 
+CMAKE_ARGS+=	-DENABLE_NATIVE_OPTIMIZATIONS:BOOL=OFF
+
 .include <bsd.port.mk>