Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jan 2022 00:27:08 GMT
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d373cc930e9b - main - devel/pecl-grpc: add a patch to fix building @ 32bits platform.
Message-ID:  <202201210027.20L0R8Ym041344@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vanilla:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d373cc930e9b8a603d9bc05e7408ac451eb94a3c

commit d373cc930e9b8a603d9bc05e7408ac451eb94a3c
Author:     Vanilla I. Shu <vanilla@FreeBSD.org>
AuthorDate: 2022-01-21 00:26:19 +0000
Commit:     Vanilla I. Shu <vanilla@FreeBSD.org>
CommitDate: 2022-01-21 00:26:19 +0000

    devel/pecl-grpc: add a patch to fix building @ 32bits platform.
---
 ...party_abseil-cpp_absl_debugging_internal_vdso__support.cc | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/devel/pecl-grpc/files/patch-third__party_abseil-cpp_absl_debugging_internal_vdso__support.cc b/devel/pecl-grpc/files/patch-third__party_abseil-cpp_absl_debugging_internal_vdso__support.cc
new file mode 100644
index 000000000000..b66b869a7cd0
--- /dev/null
+++ b/devel/pecl-grpc/files/patch-third__party_abseil-cpp_absl_debugging_internal_vdso__support.cc
@@ -0,0 +1,12 @@
+--- third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc.orig	2022-01-21 00:04:09 UTC
++++ third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc
+@@ -51,7 +51,9 @@
+ #endif
+ 
+ #if defined(__FreeBSD__)
++#if __ELF_WORD_SIZE == 64
+ using Elf64_auxv_t = Elf64_Auxinfo;
++#endif
+ using Elf32_auxv_t = Elf32_Auxinfo;
+ #endif
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201210027.20L0R8Ym041344>