FreeBSD Bugzilla – Attachment 137463 Details for
Bug 182986
Add "without" configure args to audio/audacity and disable sse on powerpc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 612 bytes, created by
Jack
on 2013-10-15 02:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jack
Created:
2013-10-15 02:50:00 UTC
Size:
612 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 330339) >+++ Makefile (working copy) >@@ -47,7 +47,7 @@ > > .include <bsd.port.options.mk> > >-.if ${ARCH} == "i386" >+.if ${ARCH} == "i386" || ${ARCH} == "powerpc" > SSE_CFLAGS= -mno-sse -mno-sse2 > .endif > >@@ -136,10 +136,14 @@ > > .if ${PORT_OPTIONS:MSSE} > CONFIGURE_ARGS+= --with-sse >+.else >+CONFIGURE_ARGS+= --without-sse > .endif > > .if ${PORT_OPTIONS:MSOXR} > CONFIGURE_ARGS+= --with-libsoxr >+.else >+CONFIGURE_ARGS+= --without-libsoxr > .endif > > .if ${PORT_OPTIONS:MTWOLAME}
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 182986
: 137463