$NetBSD$ --- poppler/SplashOutputDev.cc.orig 2014-10-05 21:41:52.000000000 +0000 +++ poppler/SplashOutputDev.cc @@ -85,8 +85,10 @@ extern "C" int unlink(char *filename); #ifdef __sun #include +#ifndef isfinite #define isfinite(x) finite(x) #endif +#endif static inline void convertGfxColor(SplashColorPtr dest, SplashColorMode colorMode,