FreeBSD Bugzilla – Attachment 156510 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), 366 bytes, created by
Mikael Urankar
on 2015-05-08 14:07:44 UTC
(
hide
)
Description:
fix arm build
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2015-05-08 14:07:44 UTC
Size:
366 bytes
patch
obsolete
>--- Makefile.orig (revision 385400) >+++ Makefile (working copy) >@@ -22,4 +22,11 @@ > @${REINPLACE_CMD} -e '/pkgconfig/s,$${LIBDIR},libdata,' \ > ${WRKSRC}/libs/lensfun/CMakeLists.txt > >+.if empty(MACHINE_CPU:Msse) >+CMAKE_ARGS+= -DBUILD_FOR_SSE:BOOL=OFF >+.endif >+.if empty(MACHINE_CPU:Msse2) >+CMAKE_ARGS+= -DBUILD_FOR_SSE2:BOOL=OFF >+.endif >+ > .include <bsd.port.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