FreeBSD Bugzilla – Attachment 157118 Details for
Bug 194861
devel/sdl20 2.0.3 cannot build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
sdl20.patch (text/plain), 637 bytes, created by
Tijl Coosemans
on 2015-05-25 11:54:33 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2015-05-25 11:54:33 UTC
Size:
637 bytes
patch
obsolete
>Index: devel/sdl20/Makefile >=================================================================== >--- devel/sdl20/Makefile (revision 387283) >+++ devel/sdl20/Makefile (working copy) >@@ -30,11 +30,12 @@ CONFIGURE_ARGS+= --enable-mmx > .else > CONFIGURE_ARGS+= --disable-mmx > .endif >-.if defined(MACHINE_CPU) && ${MACHINE_CPU:M3dnow} >-CONFIGURE_ARGS+= --enable-3dnow >-.else >+# Clang does not provide _m_prefetch >+#.if defined(MACHINE_CPU) && ${MACHINE_CPU:M3dnow} >+#CONFIGURE_ARGS+= --enable-3dnow >+#.else > CONFIGURE_ARGS+= --disable-3dnow >-.endif >+#.endif > .if defined(MACHINE_CPU) && ${MACHINE_CPU:Msse} > CONFIGURE_ARGS+= --enable-sse > .else
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 194861
:
149316
|
149317
|
157118
|
157119