[Bug 231785] devel/libffcall: Fix build on powerpc64
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Nov 11 14:12:28 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231785
--- Comment #8 from Tobias Kortkamp <tobik at freebsd.org> ---
> For some strange reason, when compiling on powerpc64 __sparc64__
> is also defined, which makes farg variable to be defined twice,
> which makes the port fail to build.
I do not like this. Can we not find the root cause? Are you sure
the port is functional after this change? Having __sparc64__ defined
when it should not be probably has other consequences. Does the
test suite (set TEST_TARGET=check in the port and then `make test`)
pass on powerpc64?
Has anybody reported this issue upstream?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list