Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 May 2015 16:10:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-arm@FreeBSD.org
Subject:   [Bug 200028] graphics/lensfun: fails to build on armv6
Message-ID:  <bug-200028-7-y7EkCdVb3U@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200028-7@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200028-7@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200028

--- Comment #1 from Sean Bruno <sbruno@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200028-7-y7EkCdVb3U>