Skip to content

Commit

Permalink
math/psurface: Fix build by adding USE_CXXSTD
Browse files Browse the repository at this point in the history
Reported by:	fallout
  • Loading branch information
yurivict committed Jul 9, 2023
1 parent 0907f68 commit f6b6bc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions math/psurface/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit f6b6bc7

Please sign in to comment.