opnsense-ports/security/p5-Crypt-GCrypt/files/patch-Makefile.PL
Franco Fichtner eb3792d105 */*: sync with upstream
Taken from: FreeBSD
2023-07-17 07:53:42 +02:00

10 lines
301 B
Perl

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