FreeBSD Bugzilla – Attachment 199937 Details for
Bug 233852
devel/liboil: fix build on powerpc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
liboil.patch (text/plain), 1.28 KB, created by
Piotr Kubaj
on 2018-12-07 17:59:10 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-12-07 17:59:10 UTC
Size:
1.28 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 486849) >+++ Makefile (working copy) >@@ -14,8 +14,6 @@ > LICENSE= BSD2CLAUSE BSD3CLAUSE MIT > LICENSE_COMB= multi > >-BROKEN_powerpc64= fails to compile vec_memcpy.S >- > USES= libtool pathfix pkgconfig > PATHFIX_MAKEFILEIN= configure > GNU_CONFIGURE= yes >Index: files/patch-vec_memcpy.diff >=================================================================== >--- files/patch-vec_memcpy.diff (revision 486849) >+++ files/patch-vec_memcpy.diff (working copy) >@@ -35,8 +35,7 @@ > #ifdef LIBMOTOVEC > b memcpy // b to memcpy with correct args in r3 and r4 > #else >-- b _vec_memcpy // b to vec_memcpy with correct args in r3 and r4 >-+ b _vec_memcpy@plt // b to vec_memcpy with correct args in r3 and r4 >+ b _vec_memcpy // b to vec_memcpy with correct args in r3 and r4 > #endif > + .size vec_bcopy, . - vec_bcopy > // End of bcopy in AltiVec >Index: files/patch-vec_memset.diff >=================================================================== >--- files/patch-vec_memset.diff (revision 486849) >+++ files/patch-vec_memset.diff (working copy) >@@ -28,8 +28,7 @@ > #ifdef LIBMOTOVEC > b memset > #else >-- b _vec_memset >-+ b _vec_memset@plt >+ b _vec_memset > #endif > + .size vec_bzero, . - vec_bzero >
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 233852
: 199937