diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-11-30 22:56:19 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-12-05 00:25:21 +0000 |
| commit | 42fb28cef42e883d808c9efadd44016563248817 (patch) | |
| tree | 02e41cd06e346716a63e7152d2b37d136ef0db49 /libexec/atf | |
| parent | 68c3f0302106643207dcdfe3b414810e245228e5 (diff) | |
Diffstat (limited to 'libexec/atf')
| -rw-r--r-- | libexec/atf/atf-check/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/atf/atf-check/Makefile b/libexec/atf/atf-check/Makefile index 6711d1744430..1a87a14f354d 100644 --- a/libexec/atf/atf-check/Makefile +++ b/libexec/atf/atf-check/Makefile @@ -41,6 +41,7 @@ CFLAGS+= -DATF_SHELL='"/bin/sh"' # Silence warnings about usage of deprecated std::auto_ptr CXXWARNFLAGS+= -Wno-deprecated-declarations +CXXSTD= c++11 LIBADD= atf_cxx |
