Skip to content

Commit

Permalink
www/py-autobahn: Fix build on armv7
Browse files Browse the repository at this point in the history
- Switch to DISTVERSION
  • Loading branch information
5u623l20 committed Jan 12, 2024
1 parent ca1c776 commit 6427c88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/py-autobahn/Makefile
@@ -1,7 +1,7 @@
PORTNAME= autobahn
PORTVERSION= 23.6.2
PORTREVISION= 1
DISTVERSIONPREFIX= v
DISTVERSION= 23.6.2
PORTREVISION= 1
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

Expand Down Expand Up @@ -64,7 +64,7 @@ COMPLETE_OPTIONS_LIST:= ${COMPLETE_OPTIONS_LIST:NASYNCIO}
PORT_OPTIONS:= ${PORT_OPTIONS:NASYNCIO}

post-stage:
.if exists(${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_nvx_utf8validator.abi3.so)
.if ${ARCH} != armv7
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_nvx_utf8validator.abi3.so
.endif

Expand Down

0 comments on commit 6427c88

Please sign in to comment.