Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 886611 Details for
Bug 926093
media-libs/embree: build failure on x32 ABI
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch (sent to upstream)
embree.patch (text/plain), 500 bytes, created by
Andrii Batyiev
on 2024-03-03 13:48:44 UTC
(
hide
)
Description:
proposed patch (sent to upstream)
Filename:
MIME Type:
Creator:
Andrii Batyiev
Created:
2024-03-03 13:48:44 UTC
Size:
500 bytes
patch
obsolete
>diff -Naur qtquick3d-everywhere-src-6.6.2/src/3rdparty/embree/common/sys/platform.h qtquick3d-everywhere-src-6.6.2.new/src/3rdparty/embree/common/sys/platform.h >--- a/common/sys/platform.h 2024-02-10 00:36:20.000000000 +0200 >+++ b/common/sys/platform.h 2024-03-01 16:18:24.356180827 +0200 >@@ -32,7 +32,7 @@ > #endif > > /* detect 64 bit platform */ >-#if defined(__X86_64__) || defined(__aarch64__) >+#if (defined(__X86_64__) || defined(__aarch64__)) && ! defined(__ILP32__) > #define __64BIT__ > #endif >
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 926093
: 886611