1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

security/p5-Crypt-GCrypt: Fix configure with llvm16

This came up during an exp-run for gettext 0.22.

PR:		272210
This commit is contained in:
Tijl Coosemans 2023-07-04 14:04:05 +02:00
parent a4f1bfb9fb
commit 991525b997

View File

@ -0,0 +1,10 @@
--- Makefile.PL.orig 2013-05-25 17:07:14 UTC
+++ Makefile.PL
@@ -41,6 +41,7 @@ check_lib_or_exit(
# SHA-512)
check_lib_or_exit(
function => 'if (gcry_check_version("1.3.0")) return 0; else return 1;',
+ header => [qw(gcrypt.h)],
lib => [qw(gcrypt)],
libpath => $gcrypt_libpath
);