FreeBSD Bugzilla – Attachment 229064 Details for
Bug 259478
devel/kiwix-lib: fix build on armv6/armv7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel/kiwix-lib: fix build on armv6/armv7
0001-devel-kiwix-lib-fix-build-on-armv7.patch (text/plain), 874 bytes, created by
Robert Clausecker
on 2021-10-27 09:09:28 UTC
(
hide
)
Description:
devel/kiwix-lib: fix build on armv6/armv7
Filename:
MIME Type:
Creator:
Robert Clausecker
Created:
2021-10-27 09:09:28 UTC
Size:
874 bytes
patch
obsolete
>From 682bf6dba6a787a2b2b5c9316ada5f85608ed0dd Mon Sep 17 00:00:00 2001 >From: Robert Clausecker <fuz@fuz.su> >Date: Tue, 26 Oct 2021 19:04:19 +0200 >Subject: [PATCH] devel/kiwix-lib: fix build on armv7 > >--- > devel/kiwix-lib/files/patch-meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/devel/kiwix-lib/files/patch-meson.build b/devel/kiwix-lib/files/patch-meson.build >index 4e59d62a36b5..14a8a6950402 100644 >--- a/devel/kiwix-lib/files/patch-meson.build >+++ b/devel/kiwix-lib/files/patch-meson.build >@@ -5,7 +5,7 @@ > > # See https://github.com/kiwix/kiwix-lib/issues/371 > -if ['arm', 'mips', 'm68k', 'ppc', 'sh4'].contains(target_machine.cpu_family()) >-+if ['arm', 'mips', 'm68k', 'sh4'].contains(target_machine.cpu_family()) >++if ['mips', 'm68k', 'sh4'].contains(target_machine.cpu_family()) > extra_libs += '-latomic' > endif > >-- >2.32.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
me
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 259478
: 229064