mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/psurface: Fix build by adding USE_CXXSTD
Reported by: fallout
This commit is contained in:
parent
0907f681cb
commit
f6b6bc76a2
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ LICENSE= GPLv3+
|
|||
LIB_DEPENDS= libhdf5.so:science/hdf5
|
||||
|
||||
USES= autoreconf libtool localbase
|
||||
USE_CXXSTD= c++14 # fix compilation failure on 14 due to use of std::auto_ptr that was deprecated in C++17
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue