diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-07-27 16:21:34 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-07-27 16:21:34 +0000 |
commit | 1075ba838cd70b41af0e28eb41108ee8b19b438f (patch) | |
tree | b79fa8c1d9adb8844ab78a940c63ba074133a583 /security/shishi/files/patch-configure | |
parent | Stage www/phpsysinfo (diff) |
security/shishi: fix build with libgcrypt 1.6.x
PR: 192164
Approved by: johans@FreeBSD.org (maintainer)
Notes
Notes:
svn path=/head/; revision=363080
Diffstat (limited to 'security/shishi/files/patch-configure')
-rw-r--r-- | security/shishi/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
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 + |