Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 321094 Details for
Bug 431066
media-libs/libvisual - error: 'sigill_handler_sse' undeclared (first use in this function)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
The patch from debian slightly modified to work in gentoo
multilib.patch (text/plain), 785 bytes, created by
Thomas
on 2012-08-12 11:33:05 UTC
(
hide
)
Description:
The patch from debian slightly modified to work in gentoo
Filename:
MIME Type:
Creator:
Thomas
Created:
2012-08-12 11:33:05 UTC
Size:
785 bytes
patch
obsolete
>diff -u libvisual-0.4.0/libvisual/lv_cpu.c libvisual-0.4.0/libvisual/lv_cpu.c >--- libvisual-0.4.0/libvisual/lv_cpu.c >+++ libvisual-0.4.0/libvisual/lv_cpu.c >@@ -76,7 +76,7 @@ > > /* The sigill handlers */ > #if defined(VISUAL_ARCH_X86) //x86 (linux katmai handler check thing) >-#if defined(VISUAL_OS_LINUX) && defined(_POSIX_SOURCE) && defined(X86_FXSR_MAGIC) >+#if defined(VISUAL_OS_LINUX) && defined(_POSIX_SOURCE) > static void sigill_handler_sse( int signal, struct sigcontext sc ) > { > /* Both the "xorps %%xmm0,%%xmm0" and "divps %xmm0,%%xmm1" >@@ -109,7 +109,7 @@ > } > } > #endif >-#endif /* VISUAL_OS_LINUX && _POSIX_SOURCE && X86_FXSR_MAGIC */ >+#endif /* VISUAL_OS_LINUX && _POSIX_SOURCE */ > > #if defined(VISUAL_OS_WIN32) > LONG CALLBACK win32_sig_handler_sse(EXCEPTION_POINTERS* ep)
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 431066
: 321094