Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 381120 Details for
Bug 513624
dev-libs/libgcrypt-1.6.1(-r1) fails to compile on OS X 10.9
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file that fixes the build
libgcrypt-1.6.1-xgetbv.patch (text/plain), 576 bytes, created by
iloveosxzfs
on 2014-07-20 10:52:02 UTC
(
hide
)
Description:
Patch file that fixes the build
Filename:
MIME Type:
Creator:
iloveosxzfs
Created:
2014-07-20 10:52:02 UTC
Size:
576 bytes
patch
obsolete
>--- src/hwf-x86.c 2014-07-20 18:53:55.000000000 +0900 >+++ src/hwf-x86.c 2014-07-20 18:24:07.000000000 +0900 >@@ -96,6 +96,7 @@ > *edx = regs[3]; > } > >+#if defined(ENABLE_AVX_SUPPORT) || defined(ENABLE_AVX2_SUPPORT) > static unsigned int > get_xgetbv(void) > { >@@ -109,6 +110,7 @@ > > return t_eax; > } >+#endif > > #endif /* i386 && GNUC */ > >@@ -145,6 +147,7 @@ > *edx = regs[3]; > } > >+#if defined(ENABLE_AVX_SUPPORT) || defined(ENABLE_AVX2_SUPPORT) > static unsigned int > get_xgetbv(void) > { >@@ -158,6 +161,7 @@ > > return t_eax; > } >+#endif > > #endif /* x86-64 && GNUC */ >
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 513624
:
379172
|
381110
|
381112
|
381114
|
381116
|
381118
| 381120