git: b64a3b409a57 - stable/13 - zstd: build with C11

From: Mateusz Guzik <mjg_at_FreeBSD.org>
Date: Sat, 05 Mar 2022 19:58:13 UTC
The branch stable/13 has been updated by mjg:

URL: https://cgit.FreeBSD.org/src/commit/?id=b64a3b409a57e6198959db38b77056f4ffedee00

commit b64a3b409a57e6198959db38b77056f4ffedee00
Author:     Mateusz Guzik <mjg@FreeBSD.org>
AuthorDate: 2022-03-01 20:07:44 +0000
Commit:     Mateusz Guzik <mjg@FreeBSD.org>
CommitDate: 2022-03-05 19:58:08 +0000

    zstd: build with C11
    
    This enables thread-aware timers which in turn fixes benchmark result
    reports.
    
    Reviewed by:    cem
    Differential Revision:  https://reviews.freebsd.org/D34238
    
    (cherry picked from commit 6882d53b7fb884d9fe390d579d4e48ca21d1a48f)
---
 usr.bin/zstd/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usr.bin/zstd/Makefile b/usr.bin/zstd/Makefile
index 797558940c36..4ecf16f07b40 100644
--- a/usr.bin/zstd/Makefile
+++ b/usr.bin/zstd/Makefile
@@ -26,6 +26,7 @@ MLINKS=	zstd.1 unzstd.1 \
 	zstd.1 zstdcat.1 \
 	zstd.1 zstdmt.1
 
+CSTD=c11
 WARNS?=	2
 LIBADD=	zstd
 .PATH: ${SRCTOP}/sys/contrib/zstd/programs