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
F147867297: D21404.id61220.diff
Sat, Mar 14, 7:29 AM
F147855600: D21404.id61220.diff
Sat, Mar 14, 5:15 AM
Unknown Object (File)
Wed, Mar 4, 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
Unknown Object (File)
Jan 9 2026, 2:28 PM
Unknown Object (File)
Nov 27 2025, 9:38 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