$OpenBSD: patch-third_party_angle_src_libANGLE_validationEGL_h,v 1.1 2021/10/29 14:49:42 robert Exp $

Index: third_party/angle/src/libANGLE/validationEGL.h
--- third_party/angle/src/libANGLE/validationEGL.h.orig
+++ third_party/angle/src/libANGLE/validationEGL.h
@@ -120,7 +120,7 @@ inline const AttributeMap PackParam<const AttributeMap
 
 // In a 32-bit environment the EGLAttrib and EGLint types are the same. We need to mask out one of
 // the two specializations to avoid having an override ambiguity.
-#if defined(ANGLE_IS_64_BIT_CPU)
+#if defined(ANGLE_IS_64_BIT_CPU) || defined(ANGLE_PLATFORM_OPENBSD)
 template <>
 inline const AttributeMap PackParam<const AttributeMap &, const EGLAttrib *>(
     const EGLAttrib *attribs)
