]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/freebsd-without-c99-only-build'
authorJunio C Hamano <gitster@pobox.com>
Wed, 19 Jan 2022 00:02:23 +0000 (16:02 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Jan 2022 00:02:23 +0000 (16:02 -0800)
FreeBSD 13.0 headers have unconditional dependency on C11 language
features, and adding -std=gnu99 to DEVELOPER_CFLAGS would just
break the developer build.

* jc/freebsd-without-c99-only-build:
  Makefile: FreeBSD cannot do C99-or-below build


Trivial merge