summaryrefslogtreecommitdiff
path: root/security/heimdal-devel/files/patch-configure.ac
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-11-17 15:57:46 -0800
committerCy Schubert <cy@FreeBSD.org>2022-11-17 16:01:41 -0800
commit4e44a84dcc9abab445f7cd2dc37346338bfd9691 (patch)
treeeaf2d29a85838ec826dccc7c38f36a5e042da311 /security/heimdal-devel/files/patch-configure.ac
parentnews/inn: Remove com_err.h handling (diff)
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.
Diffstat (limited to 'security/heimdal-devel/files/patch-configure.ac')
-rw-r--r--security/heimdal-devel/files/patch-configure.ac10
1 files changed, 10 insertions, 0 deletions
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