From 1075ba838cd70b41af0e28eb41108ee8b19b438f Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Sun, 27 Jul 2014 16:21:34 +0000 Subject: security/shishi: fix build with libgcrypt 1.6.x PR: 192164 Approved by: johans@FreeBSD.org (maintainer) --- security/shishi/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/shishi/files/patch-configure (limited to 'security/shishi/files/patch-configure') diff --git a/security/shishi/files/patch-configure b/security/shishi/files/patch-configure new file mode 100644 index 000000000000..cc1f6f6de9af --- /dev/null +++ b/security/shishi/files/patch-configure @@ -0,0 +1,11 @@ +--- configure-orig 2014-07-27 15:01:15.000000000 +0200 ++++ configure 2014-07-27 15:01:50.000000000 +0200 +@@ -24494,7 +24494,7 @@ + /* GCRY_MODULE_ID_USER was added in 1.4.4 and gc-libgcrypt.c + will fail on startup if we don't have 1.4.4 or later, so + test for it early. */ +-#if !defined GCRY_MODULE_ID_USER ++#if GCRYPT_VERSION_NUMBER < 0x010404 + error too old libgcrypt + #endif + -- cgit v1.2.3