FreeBSD Bugzilla – Attachment 198373 Details for
Bug 232453
audio/supercollider: fix build with non-SSE platforms
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
supercollider.patch (text/plain), 1.13 KB, created by
Piotr Kubaj
on 2018-10-19 17:29:45 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-10-19 17:29:45 UTC
Size:
1.13 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 482334) >+++ Makefile (working copy) >@@ -20,8 +20,8 @@ > libsndfile.so:audio/libsndfile \ > libfftw3f.so:math/fftw3-float > >-USES= cmake:outsource iconv localbase pkgconfig qt:5 readline \ >- shared-mime-info tar:bzip2 >+USES= cmake:outsource compiler:c++11-lang iconv localbase pkgconfig \ >+ qt:5 readline shared-mime-info tar:bzip2 > USE_QT= buildtools_build concurrent core gui linguisttools location \ > network opengl printsupport qmake_build qml quick sensors \ > sql webkit widgets >@@ -50,6 +50,12 @@ > HELP_CMAKE_BOOL= INSTALL_HELP > SUPERNOVA_CMAKE_BOOL= SUPERNOVA > >+.include <bsd.port.pre.mk> >+ >+.if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64 >+CMAKE_ARGS+= -DSSE:BOOL=FALSE -DSSE2:BOOL=FALSE >+.endif >+ > post-patch: > @${REINPLACE_CMD} -e 's|MATCHES "Linux" AND|MATCHES "FreeBSD" AND|' \ > ${WRKSRC}/CMakeLists.txt >@@ -59,4 +65,4 @@ > ${WRKSRC}/server/plugins/CMakeLists.txt > @${REINPLACE_CMD} -e 's|__linux__|__FreeBSD__|' ${WRKSRC}/server/supernova/server/main.cpp > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
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 232453
: 198373
Working