[Bug 239193] lang/ghc: fix build on powerpc64 elfv1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 16 09:44:23 UTC 2019


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

--- Comment #4 from Piotr Kubaj <pkubaj at FreeBSD.org> ---
(In reply to mikael.urankar from comment #3)
Putting error doesn't break the build.

-+#if defined(ELF_V1)
++#if defined(_CALL_ELF) && (_CALL_ELF == 1)
^^ This allows to build it.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-haskell mailing list