git: 991525b997a3 - main - security/p5-Crypt-GCrypt: Fix configure with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jul 2023 12:02:23 UTC
The branch main has been updated by tijl: URL: https://cgit.FreeBSD.org/ports/commit/?id=991525b997a3e3c34f32ce20db2b34de45cbdd7b commit 991525b997a3e3c34f32ce20db2b34de45cbdd7b Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2023-07-04 12:04:05 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2023-07-05 12:00:41 +0000 security/p5-Crypt-GCrypt: Fix configure with llvm16 This came up during an exp-run for gettext 0.22. PR: 272210 --- security/p5-Crypt-GCrypt/files/patch-Makefile.PL | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/security/p5-Crypt-GCrypt/files/patch-Makefile.PL b/security/p5-Crypt-GCrypt/files/patch-Makefile.PL new file mode 100644 index 000000000000..25a8d8484e0a --- /dev/null +++ b/security/p5-Crypt-GCrypt/files/patch-Makefile.PL @@ -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 + );