1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00

Add compiler:c++11-lang to USES to fix build on GCC-based systems:

/wrkdirs/usr/ports/science/py-segyio/work-py37/segyio-1.9.3/segyio/segyio.cpp:1461: error: 'uint16_t' is not a member of 'std'

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-11-08 17:17:22 +00:00
parent 53afc89fb3
commit 12c0301cc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554520

View File

@ -20,7 +20,7 @@ BUILD_DEPENDS= cmake:devel/cmake \
LIB_DEPENDS= libsegyio.so:science/segyio
RUN_DEPENDS= ${PYNUMPY}
USES= python
USES= compiler:c++11-lang python
USE_PYTHON= distutils autoplist
post-install: