1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/security/shishi/files/patch-configure
Kurt Jaeger 1075ba838c security/shishi: fix build with libgcrypt 1.6.x
PR:		192164
Approved by:	johans@FreeBSD.org (maintainer)
2014-07-27 16:21:34 +00:00

12 lines
385 B
Plaintext

--- 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