[Bug 200028] graphics/lensfun: fails to build on armv6

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 7 16:10:55 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200028

--- Comment #1 from Sean Bruno <sbruno at FreeBSD.org> ---
I think the proper check is to do something along the lines of:

.if empty(MACHINE_CPU:Msse2)
CMAKE_ARGS+=    -DBUILD_FOR_SSE2:BOOL=OFF -DBUILD_FOR_SSE:BOOL=OFF
.endif


Does this work for you?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-arm mailing list