currently when building freerdp (as a dependency for xrdp) on a sparc64 machine build complains about -mfpu=neon and -mfloat-abi I don't think sparc64 supports neon Fix: nasty hack to remove all mention of --mfpu=neon and -mfloat-abi allows the port to build. I think there maybe a way to pass in WITH_NEON=off or something to stop it trying to build with neon support... Patch attached with submission follows: How-To-Repeat: build net/freerdp on a sparc64 machine
Responsible Changed From-To: freebsd-ports-bugs->fluffy Over to maintainer (via the GNATS Auto Assign Tool)
Reset assignee per ports r380659.
take
A commit references this bug: Author: mmoll Date: Sun Nov 29 20:06:29 UTC 2015 New revision: 402618 URL: https://svnweb.freebsd.org/changeset/ports/402618 Log: net/freerdp: fix build on sparc64 PR: 186395 Obtained from: FreeRDP commit 68619b6 Changes: head/net/freerdp/files/patch-cmake_ConfigOptions.cmake
The fix here is to correct the architecture detection, see: https://github.com/FreeRDP/FreeRDP/commit/68619b6 If anybody wants to the this MFHed, please ping me in the PR and I'll ask for permission to merge into 2015Q4.