$NetBSD: patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h,v 1.2 2020/10/07 11:10:35 wiz 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 2018-10-18 20:06:05.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 "compiler/translator/Common.h" #include "compiler/translator/Severity.h"