diff -ur pixman-0.40.0/pixman/pixman-compiler.h pixman-src/pixman/pixman-compiler.h --- pixman-0.40.0/pixman/pixman-compiler.h Sat Mar 21 04:36:42 2020 +++ pixman-src/pixman/pixman-compiler.h Tue Apr 21 06:45:24 2020 @@ -91,7 +91,7 @@ /* GCC visibility */ #if defined(__GNUC__) && __GNUC__ >= 4 && !defined(_WIN32) -# define PIXMAN_EXPORT __attribute__ ((visibility("default"))) +# define PIXMAN_EXPORT /* Sun Studio 8 visibility */ #elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550) # define PIXMAN_EXPORT __global