math/psurface: Fix build by adding USE_CXXSTD

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2023-07-09 13:43:15 -07:00
parent 0907f681cb
commit f6b6bc76a2

View file

@ -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