git: c60a8a7420f7 - 2023Q4 - www/qt6-webengine: fix build on armv6/armv7 (again)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Nov 2023 04:30:42 UTC
The branch 2023Q4 has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=c60a8a7420f7d8f56ad5f3d083185708aefa0814 commit c60a8a7420f7d8f56ad5f3d083185708aefa0814 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-11-10 04:27:45 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-11-12 04:30:36 +0000 www/qt6-webengine: fix build on armv6/armv7 (again) Re-add an extra file to the build that was accidentally deleted in a previous update to the port. Approved by: portmgr (build fix blanket) Fixes: 9a0a6ca38c78e60b3afc10152daad948a1f001c7 MFH: 2023Q4 PR: 272422 (cherry picked from commit beac5673f03e9817d91dc91290c8acd66fb70445) --- ...dparty_chromium_third__party_boringssl_BUILD.generated.gni | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/www/qt6-webengine/files/patch-src_3rdparty_chromium_third__party_boringssl_BUILD.generated.gni b/www/qt6-webengine/files/patch-src_3rdparty_chromium_third__party_boringssl_BUILD.generated.gni index 3c69f1cc9b04..14ae68b2d4cf 100644 --- a/www/qt6-webengine/files/patch-src_3rdparty_chromium_third__party_boringssl_BUILD.generated.gni +++ b/www/qt6-webengine/files/patch-src_3rdparty_chromium_third__party_boringssl_BUILD.generated.gni @@ -1,6 +1,6 @@ ---- src/3rdparty/chromium/third_party/boringssl/BUILD.generated.gni.orig 2023-03-28 19:45:02 UTC +--- src/3rdparty/chromium/third_party/boringssl/BUILD.generated.gni.orig 2023-09-07 16:02:00 UTC +++ src/3rdparty/chromium/third_party/boringssl/BUILD.generated.gni -@@ -78,6 +78,7 @@ crypto_sources = [ +@@ -78,10 +78,12 @@ crypto_sources = [ "src/crypto/cpu_aarch64_apple.c", "src/crypto/cpu_aarch64_fuchsia.c", "src/crypto/cpu_aarch64_linux.c", @@ -8,7 +8,12 @@ "src/crypto/cpu_aarch64_win.c", "src/crypto/cpu_arm.c", "src/crypto/cpu_arm_linux.c", -@@ -184,6 +185,7 @@ crypto_sources = [ + "src/crypto/cpu_arm_linux.h", ++ "src/crypto/cpu_arm_freebsd.c", + "src/crypto/cpu_intel.c", + "src/crypto/cpu_ppc64le.c", + "src/crypto/crypto.c", +@@ -184,6 +186,7 @@ crypto_sources = [ "src/crypto/rand_extra/deterministic.c", "src/crypto/rand_extra/forkunsafe.c", "src/crypto/rand_extra/fuchsia.c",