aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2022-02-23 08:36:38 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2022-02-23 08:44:49 +0000
commitd7347075f1ecaf154d4226c186db09a9115bcbc2 (patch)
tree9034e04424f1f2da602b562f71b38b35d352b8d3 /textproc
parent9881c7f432f5220aed82653173486fac552d0a8a (diff)
downloadports-d7347075f1ecaf154d4226c186db09a9115bcbc2.tar.gz
ports-d7347075f1ecaf154d4226c186db09a9115bcbc2.zip
Diffstat (limited to 'textproc')
-rw-r--r--textproc/re-flex/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/re-flex/Makefile b/textproc/re-flex/Makefile
index 0b8c6b286e79..5ed486965b7d 100644
--- a/textproc/re-flex/Makefile
+++ b/textproc/re-flex/Makefile
@@ -1,7 +1,7 @@
PORTNAME= re-flex
PORTVERSION= 3.1.0
DISTVERSIONPREFIX= v
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= textproc
MAINTAINER= gahr@FreeBSD.org
@@ -11,6 +11,10 @@ LICENSE= BSD3CLAUSE
USES= compiler:c++11-lib cmake
+OPTIONS_DEFINE= SIMD
+SIMD_CMAKE_OFF= -DUSE_AVX512BW:BOOL=OFF -DUSE_AVX2:BOOL=OFF \
+ -DUSE_SSE2:BOOL=OFF -DUSE_NEON:BOOL=OFF
+
CONFLICTS_INSTALL= reflex
USE_GITHUB= yes