diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-03-21 10:33:40 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-03-21 10:33:40 +0000 |
commit | 479345a67bff7f644cd3ecdbabac1364b7a73c2d (patch) | |
tree | 65221dc1821978e2b45ab31daa88230f869aaf17 /graphics/diffpdf | |
parent | databases/mariadb101-server: fix build on powerpc64 elfv2 (diff) |
databases/mysql55-server: fix build on powerpc64 elfv2
Like other SQL servers, Clang has issues compiling this port:
Wrong types for attribute: inalloca nest noalias nocapture nonnull readnone readonly signext sret zeroext byval dereferenceable(1) dereferenceable_or_null(1)
%call53 = call signext i32 @my_atomic_cas32(i32* %62, i32* %64, %union.U_32 signext %65)
in function lf_hash_insert
fatal error: error in backend: Broken function found, compilation aborted!
Switch to GCC for now. Since libc++ requires C++11 with GCC, use it instead of C++98.
Diffstat (limited to 'graphics/diffpdf')
0 files changed, 0 insertions, 0 deletions