From 4e44a84dcc9abab445f7cd2dc37346338bfd9691 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Thu, 17 Nov 2022 15:57:46 -0800 Subject: security/heimdal-devel: New port tracking Heimdal develpment This new heimdal port tracks the Heimdal development branch. The last security advisory showed us we might want to track its development. --- security/heimdal-devel/files/patch-configure.ac | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 security/heimdal-devel/files/patch-configure.ac (limited to 'security/heimdal-devel/files/patch-configure.ac') diff --git a/security/heimdal-devel/files/patch-configure.ac b/security/heimdal-devel/files/patch-configure.ac new file mode 100644 index 000000000000..048b6c83b622 --- /dev/null +++ b/security/heimdal-devel/files/patch-configure.ac @@ -0,0 +1,10 @@ +--- 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 -- cgit v1.2.3