Page MenuHomeFreeBSD

graphics/gegl: fix build with clang when using Altivec
ClosedPublic

Authored by pkubaj on Aug 24 2019, 1:02 PM.
Tags
None
Referenced Files
F132352245: D21404.id61220.diff
Thu, Oct 16, 4:05 AM
Unknown Object (File)
Mon, Sep 29, 7:53 AM
Unknown Object (File)
Sun, Sep 28, 5:20 AM
Unknown Object (File)
Sat, Sep 27, 7:15 PM
Unknown Object (File)
Sep 15 2025, 3:27 PM
Unknown Object (File)
Jul 21 2025, 3:12 PM
Unknown Object (File)
Jul 7 2025, 1:53 PM
Unknown Object (File)
Jul 5 2025, 10:50 AM
Subscribers
None

Details

Summary

Clang doesn't like including altivec.h manually:
/usr/lib/clang/8.0.1/include/altivec.h:69:19: error: unknown type name 'vector'
static inline vector bool char __ATTRS_o_ai

PR: 239757

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Approved by mentor after maintainer-timeout.

This revision is now accepted and ready to land.Aug 27 2019, 10:18 PM