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)
This commit is contained in:
parent
d16d2598d3
commit
57d79a7afe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554471
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ COMMENT= Library to interact with SEG-Y & Seismic Unix formatted seismic data
|
|||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/License.md
|
||||
|
||||
USES= cmake
|
||||
USES= cmake compiler:c++11-lang
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
|
Loading…
Reference in a new issue