Adjust PYTHON_ABIVER for python 3.8

With hat:	portmgr
This commit is contained in:
Antoine Brodin 2019-11-06 14:16:28 +00:00
parent 49292d7950
commit 3b035ed054
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516889

View file

@ -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