freebsd-ports/science/segyio/Makefile
Mark Linimon 57d79a7afe 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)
2020-11-08 15:59:03 +00:00

22 lines
394 B
Makefile

# $FreeBSD$
PORTNAME= segyio
DISTVERSION= 1.9.3
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library to interact with SEG-Y & Seismic Unix formatted seismic data
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/License.md
USES= cmake compiler:c++11-lang
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= equinor
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= BUILD_PYTHON
.include <bsd.port.mk>