Skip to content

Commit

Permalink
games/libtmcg: Fix build with clang-16 by adding USE_CXXSTD
Browse files Browse the repository at this point in the history
Reported by:	fallout
  • Loading branch information
yurivict committed Jul 17, 2023
1 parent dd06a4f commit 706cce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions games/libtmcg/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 706cce7

Please sign in to comment.