diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-19 22:02:32 +0200 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-19 22:45:27 +0200 |
| commit | 0ea64959dc2484f87003c0fc5964ede847d63919 (patch) | |
| tree | c99a81c2075f33246bee76d423f0f226d598ba45 /databases/mysql++ | |
| parent | 840d29b46e6a83fdd691a59946dd4a53a24402dc (diff) | |
databases/mysql++: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'databases/mysql++')
| -rw-r--r-- | databases/mysql++/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/mysql++/Makefile b/databases/mysql++/Makefile index 9c7c229a57a6..d9f0a239cbfd 100644 --- a/databases/mysql++/Makefile +++ b/databases/mysql++/Makefile @@ -10,6 +10,7 @@ WWW= https://tangentsoft.com/mysqlpp LICENSE= LGPL21 USES= gmake mysql +USE_CXXSTD= c++14 USE_LDCONFIG= yes GNU_CONFIGURE= yes |
