FreeBSD Bugzilla – Attachment 205329 Details for
Bug 238802
devel/sdl20: enable altivec on powerpc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
sdl20.patch (text/plain), 647 bytes, created by
Piotr Kubaj
on 2019-06-25 14:20:26 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-06-25 14:20:26 UTC
Size:
647 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 505080) >+++ Makefile (working copy) >@@ -17,8 +17,7 @@ > USES= gmake iconv libtool localbase:ldflags pathfix pkgconfig > USE_LDCONFIG= yes > >-CONFIGURE_ARGS+= --disable-altivec \ >- --disable-arts \ >+CONFIGURE_ARGS+= --disable-arts \ > --enable-diskaudio \ > --enable-dummyaudio \ > --enable-video-dummy \ >@@ -50,6 +49,11 @@ > .else > CONFIGURE_ARGS+= --disable-sse3 > .endif >+.if defined(MACHINE_ARCH) && ${MACHINE_ARCH:Mpowerpc64} >+CONFIGURE_ARGS+= --enable-altivec >+.else >+CONFIGURE_ARGS+= --disable-altivec >+.endif > > MAKE_ENV= V=1 >
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 238802
:
205329
|
207072