FreeBSD Bugzilla – Attachment 156470 Details for
Bug 200028
graphics/lensfun: fails to build on armv6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix arm build
graphics_lensfun.patch (text/plain), 373 bytes, created by
Mikael Urankar
on 2015-05-07 16:05:16 UTC
(
hide
)
Description:
fix arm build
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2015-05-07 16:05:16 UTC
Size:
373 bytes
patch
obsolete
>--- Makefile (révision 385400) >+++ Makefile.orig (copie de travail) >@@ -22,4 +22,10 @@ > @${REINPLACE_CMD} -e '/pkgconfig/s,$${LIBDIR},libdata,' \ > ${WRKSRC}/libs/lensfun/CMakeLists.txt > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${ARCH} == "armv6" >+CMAKE_ARGS+= -DBUILD_FOR_SSE2:BOOL=OFF -DBUILD_FOR_SSE:BOOL=OFF >+.endif >+ >+.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 200028
:
156470
|
156510