Skip to content

Commit 35852fe

Browse files
committed
py-rapidfuzz: fix on x86
1 parent d1110c4 commit 35852fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

textproc/py-rapidfuzz/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.8 2023/06/25 18:17:33 js Exp $
1+
# $NetBSD: Makefile,v 1.9 2023/06/25 21:23:10 wiz Exp $
22

33
DISTNAME= rapidfuzz-3.1.1
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -22,7 +22,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
2222
PLIST_SUBST+= PYTHON_VERSION=${_PYTHON_VERSION}
2323
PLIST_VARS+= avx2
2424
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
25-
PLIST.amd64= yes
25+
PLIST.avx2= yes
2626
.endif
2727

2828
USE_LANGUAGES= c c++17

0 commit comments

Comments
 (0)