ports/security/heimdal-devel/files/patch-configure.ac
Cy Schubert 286254e283 Partially revert "security/heimdal*: Remove LLVM_DEFAULT build prerequisite"
The suggested workaround will only work when autoreconf is not run.
The devel port still needs LLVM_DEFAULT while the non-devel port does
not

PR:	267814
Fixes:	22a683a337
MFH:	2022Q4

This partially reverts commit 22a683a337.
2022-11-24 15:31:23 -08:00

10 lines
310 B
Text

--- configure.ac.orig 2019-06-07 06:21:39 UTC
+++ configure.ac
@@ -153,6 +153,7 @@ AC_ARG_ENABLE(kx509,
if test "$enable_kx509" != no ;then
AC_DEFINE([KX509], 1, [Define to enable kx509.])
fi
+AM_CONDITIONAL(KX509, test "$enable_kx509" != no)
dnl Need to test if pkg-config exists
PKG_PROG_PKG_CONFIG