diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2022-11-24 07:34:20 -0800 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2022-11-24 09:22:01 -0800 |
| commit | 22a683a337efe7169b61de8c9ec63e2c0d561891 (patch) | |
| tree | fa2df43699f3a915df9297ef963e9a9670aa7928 /security/heimdal-devel/files/patch-configure.ac | |
| parent | misc/fq: the port had been updated to version 0.1.0 (diff) | |
security/heimdal*: Remove LLVM_DEFAULT build prerequisite
Adjust ./configure to set the correct CLANG_FORMAT value when
clang-format is not found (when none of the llvm ports are installed).
PR: 267814
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com>
MFH: 2022Q4
Diffstat (limited to 'security/heimdal-devel/files/patch-configure.ac')
| -rw-r--r-- | security/heimdal-devel/files/patch-configure.ac | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/security/heimdal-devel/files/patch-configure.ac b/security/heimdal-devel/files/patch-configure.ac index 048b6c83b622..b616d032b93a 100644 --- a/security/heimdal-devel/files/patch-configure.ac +++ b/security/heimdal-devel/files/patch-configure.ac @@ -1,6 +1,15 @@ ---- configure.ac.orig 2019-06-07 06:21:39 UTC -+++ configure.ac -@@ -153,6 +153,7 @@ AC_ARG_ENABLE(kx509, +--- configure.ac.orig 2022-11-17 16:55:32.000000000 -0800 ++++ configure.ac 2022-11-24 07:19:25.053801000 -0800 +@@ -19,7 +19,7 @@ + AM_PROG_CC_C_O + AC_PROG_CPP + AM_PATH_PYTHON +-AC_CHECK_PROG(CLANG_FORMAT, clang-format, [clang-format], [no]) ++AC_CHECK_PROG(CLANG_FORMAT, clang-format, [clang-format], []) + test "$CLANG_FORMAT" = no && CLANG_FORMAT=true + + m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) +@@ -177,6 +177,7 @@ if test "$enable_kx509" != no ;then AC_DEFINE([KX509], 1, [Define to enable kx509.]) fi |
