Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 901878 Details for
Bug 938893
app-editors/zed: add arm64 support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch for ARM64 support
zed-r1.patch (text/plain), 834 bytes, created by
demize
on 2024-09-01 19:06:35 UTC
(
hide
)
Description:
Proposed patch for ARM64 support
Filename:
MIME Type:
Creator:
demize
Created:
2024-09-01 19:06:35 UTC
Size:
834 bytes
patch
obsolete
>--- a/app-editors/zed/zed-0.150.4.ebuild >+++ b/app-editors/zed/zed-0.150.4.ebuild >@@ -1073,7 +1073,8 @@ > > LICENSE="0BSD AGPL-3+ Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 CC0-1.0 GPL-3+ ISC LGPL-3 MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB" > SLOT="0" >-KEYWORDS="~amd64" >+KEYWORDS="~amd64 ~arm64" >+IUSE="gles-only" > CHECKREQS_DISK_BUILD="8G" > > DEPEND=" >@@ -1119,6 +1120,10 @@ > export RUSTFLAGS="${RUSTFLAGS} -C symbol-mangling-version=v0 --cfg tokio_unstable -C link-arg=-fuse-ld=mold -C link-args=-Wl,--disable-new-dtags,-rpath,\$ORIGIN/../lib" > # linking error with llvm-18 > export RUSTFLAGS="${RUSTFLAGS} -C link-args=-Wl,-z,nostart-stop-gc" >+ # use gles (potential vulkan support workaround) if required >+ if $(use gles-only); then >+ export RUSTFLAGS="${RUSTFLAGS} --cfg gles" >+ fi > } > > src_prepare() {
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
Actions:
View
|
Diff
Attachments on
bug 938893
:
901878
|
901898