$NetBSD: patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h,v 1.3 2021/11/11 16:48:04 ryoon Exp $ * isinf/isnan in make.h is defined as macro. Use non-macro version to fix build. --- gfx/angle/checkout/src/compiler/translator/InfoSink.h.orig 2021-10-28 18:03:11.000000000 +0000 +++ gfx/angle/checkout/src/compiler/translator/InfoSink.h @@ -7,7 +7,7 @@ #ifndef COMPILER_TRANSLATOR_INFOSINK_H_ #define COMPILER_TRANSLATOR_INFOSINK_H_ -#include +#include #include #include "GLSLANG/ShaderLang.h" #include "compiler/translator/Common.h"