FreeBSD Bugzilla – Attachment 114503 Details for
Bug 156162
multimedia/audacious: make SSE2 optional
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
audacious-2.4.4.patch
audacious-2.4.4.patch (text/plain), 841 bytes, created by
Jimmy Olgeni
on 2011-04-03 22:10:11 UTC
(
hide
)
Description:
audacious-2.4.4.patch
Filename:
MIME Type:
Creator:
Jimmy Olgeni
Created:
2011-04-03 22:10:11 UTC
Size:
841 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/multimedia/audacious/Makefile,v >retrieving revision 1.55 >diff -u -u -r1.55 Makefile >--- Makefile 4 Mar 2011 10:43:58 -0000 1.55 >+++ Makefile 3 Apr 2011 21:04:44 -0000 >@@ -36,7 +36,8 @@ > DBUS "Build with dbus support" on \ > GNOME "Build with gconf support" off \ > NLS "Native Language Support" on \ >- EXECINFO "Build with libexecinfo support" on >+ EXECINFO "Build with libexecinfo support" on \ >+ SSE2 "Build with SSE2 instruction set" on > > .include <bsd.port.pre.mk> > >@@ -71,6 +72,10 @@ > PLIST_SUB+= NLS="@comment " > .endif > >+.if defined(WITHOUT_SSE2) >+CONFIGURE_ARGS+=--disable-sse2 >+.endif >+ > post-patch: > @${REINPLACE_CMD} 's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|g' \ > ${WRKSRC}/Makefile
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 156162
: 114503