mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
games/libtmcg: Fix build with clang-16 by adding USE_CXXSTD
Reported by: fallout
This commit is contained in:
parent
dd06a4f53f
commit
706cce71c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user