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)
Fri, Dec 13, 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
Unknown Object (File)
Oct 19 2024, 10:00 PM
Unknown Object (File)
Oct 2 2024, 9:10 PM
Unknown Object (File)
Oct 1 2024, 12:25 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