Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2020 15:59:03 +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: r554471 - head/science/segyio
Message-ID:  <202011081559.0A8Fx3e6042229@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Nov  8 15:59:03 2020
New Revision: 554471
URL: https://svnweb.freebsd.org/changeset/ports/554471

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    /wrkdirs/usr/ports/science/segyio/work/segyio-1.9.3/applications/flip-endianness.cpp:25: error: ISO C++ forbids declaration of 'out' with no type
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/science/segyio/Makefile

Modified: head/science/segyio/Makefile
==============================================================================
--- head/science/segyio/Makefile	Sun Nov  8 15:12:28 2020	(r554470)
+++ head/science/segyio/Makefile	Sun Nov  8 15:59:03 2020	(r554471)
@@ -10,7 +10,7 @@ COMMENT=	Library to interact with SEG-Y & Seismic Unix
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/License.md
 
-USES=		cmake
+USES=		cmake compiler:c++11-lang
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes



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