Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2020 17:17:22 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554520 - head/science/py-segyio
Message-ID:  <202011081717.0A8HHMmt097618@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011081717.0A8HHMmt097618>