svn commit: r554471 - head/science/segyio
Mark Linimon
linimon at FreeBSD.org
Sun Nov 8 15:59:03 UTC 2020
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
More information about the svn-ports-all
mailing list