aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-08-02 07:59:40 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-08-02 07:59:40 +0000
commit853f3c948638213d861104a2569e8f276e0ed8a5 (patch)
treeeaed47bbf1a167e32a752a08a053fbe7be0396a3
parent5480803223dfdb5a39803c216131fac8086f99f6 (diff)
downloadports-853f3c948638213d861104a2569e8f276e0ed8a5.tar.gz
ports-853f3c948638213d861104a2569e8f276e0ed8a5.zip
devel/xeus: Remove NATIVE option in favor of CPUTYPE
PR: 272656
-rw-r--r--devel/xeus/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/xeus/Makefile b/devel/xeus/Makefile
index 0c20d1515a39..cf3c3263c3ee 100644
--- a/devel/xeus/Makefile
+++ b/devel/xeus/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xeus
DISTVERSION= 3.1.0
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
@@ -23,10 +24,4 @@ GH_ACCOUNT= jupyter-xeus
CMAKE_OFF= BUILD_STATIC_LIBS
CMAKE_TESTING_ON= XEUS_BUILD_TESTS
-OPTIONS_DEFINE= NATIVE
-
-NATIVE_DESC= Build with native optimizations (-march=native)
-NATIVE_CMAKE_ON= -DXEUS_DISABLE_ARCH_NATIVE=OFF
-NATIVE_CMAKE_OFF= -DXEUS_DISABLE_ARCH_NATIVE=ON
-
.include <bsd.port.mk>