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 /usr.bin/kyua | |
parent | 68c3f0302106643207dcdfe3b414810e245228e5 (diff) | |
download | src-42fb28cef42e883d808c9efadd44016563248817.tar.gz src-42fb28cef42e883d808c9efadd44016563248817.zip |
Diffstat (limited to 'usr.bin/kyua')
-rw-r--r-- | usr.bin/kyua/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/kyua/Makefile b/usr.bin/kyua/Makefile index 966927709a06..e23899afd1e5 100644 --- a/usr.bin/kyua/Makefile +++ b/usr.bin/kyua/Makefile @@ -37,6 +37,7 @@ CFLAGS+= -I${SRCTOP}/contrib/lutok/include CFLAGS+= -I${SRCTOP}/contrib/sqlite3 # kyua uses auto_ptr CFLAGS+= -Wno-deprecated-declarations +CXXSTD= c++11 CFLAGS+= -DHAVE_CONFIG_H # We compile the kyua libraries as part of the main executable as this saves |