Skip to content

Commit

Permalink
databases/nanodbc: 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 e53ce1b commit 82a579b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions databases/nanodbc/Makefile
Expand Up @@ -14,6 +14,7 @@ LIB_DEPENDS= libodbc.so:databases/unixODBC

USES= cmake:testing compiler:c++14-lang localbase:ldflags # pkgconfig python:build
USE_LDCONFIG= yes
USE_CXXSTD= c++14 # fix build broken by deprecated feature std::char_traits, see https://github.com/nanodbc/nanodbc/issues/387

USE_GITHUB= yes

Expand Down

0 comments on commit 82a579b

Please sign in to comment.