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
F152992103: D21404.id.diff
Sat, Apr 18, 12:37 PM
Unknown Object (File)
Fri, Apr 17, 10:21 AM
Unknown Object (File)
Mar 14 2026, 7:29 AM
Unknown Object (File)
Mar 14 2026, 5:15 AM
Unknown Object (File)
Mar 4 2026, 4:16 PM
Unknown Object (File)
Feb 8 2026, 5:44 AM
Unknown Object (File)
Feb 8 2026, 3:00 AM
Unknown Object (File)
Jan 30 2026, 10:19 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
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