Adjust PYTHON_ABIVER for python 3.8
With hat: portmgr
This commit is contained in:
parent
49292d7950
commit
3b035ed054
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516889
1 changed files with 2 additions and 2 deletions
|
@ -496,8 +496,8 @@ PYTHON_CMD?= ${_PYTHON_BASECMD}${_PYTHON_VERSION}
|
|||
.if ${PYTHON_VER} != 2.7
|
||||
.if exists(${PYTHON_CMD}-config)
|
||||
PYTHON_ABIVER!= ${PYTHON_CMD}-config --abiflags
|
||||
.else
|
||||
# Default ABI flags for lang/python3x ports
|
||||
.elif ${PYTHON_REL} < 3800
|
||||
# Default ABI flags for lang/python3[567] ports
|
||||
PYTHON_ABIVER= m
|
||||
.endif
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue