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
Unknown Object (File)
Thu, Jan 9, 2:46 AM
Unknown Object (File)
Mon, Jan 6, 2:13 AM
Unknown Object (File)
Sat, Jan 4, 12:32 AM
Unknown Object (File)
Dec 13 2024, 7:57 PM
Unknown Object (File)
Nov 25 2024, 10:47 PM
Unknown Object (File)
Oct 19 2024, 10:15 PM
Unknown Object (File)
Oct 19 2024, 10:15 PM
Unknown Object (File)
Oct 19 2024, 10:15 PM
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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 26072
Build 24612: arc lint + arc unit

Event Timeline

Approved by mentor after maintainer-timeout.

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