games/libtmcg: Fix build with clang-16 by adding USE_CXXSTD

Reported by:	fallout
2023Q4
Yuri Victorovich 2023-07-16 18:31:55 -07:00
parent dd06a4f53f
commit 706cce71c3
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
USES= gmake libtool localbase:ldflags
USE_LDCONFIG= yes
USE_CXXSTD= c++14 # fix build with clang-16 broken due to use of deprecated feature std::binary_function, see https://savannah.nongnu.org/bugs/index.php?64433
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static