svn commit: r554520 - head/science/py-segyio

Mark Linimon linimon at FreeBSD.org
Sun Nov 8 17:17:22 UTC 2020


Author: linimon
Date: Sun Nov  8 17:17:22 2020
New Revision: 554520
URL: https://svnweb.freebsd.org/changeset/ports/554520

Log:
  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)

Modified:
  head/science/py-segyio/Makefile

Modified: head/science/py-segyio/Makefile
==============================================================================
--- head/science/py-segyio/Makefile	Sun Nov  8 17:13:51 2020	(r554519)
+++ head/science/py-segyio/Makefile	Sun Nov  8 17:17:22 2020	(r554520)
@@ -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:


More information about the svn-ports-head mailing list