beta-0.89.2
[luatex.git] / source / libs / pixman / pixman-PATCHES / patch-01-hide-symbols
blob62cc5f039f789a9009afa30b3afb596aff5b8c51
1 diff -ur pixman-0.34.0.orig/pixman/pixman-compiler.h pixman-0.34.0/pixman/pixman-compiler.h
2 --- pixman-0.34.0.orig/pixman/pixman-compiler.h Tue Jun 30 18:48:31 2015
3 +++ pixman-0.34.0/pixman/pixman-compiler.h      Thu Feb 04 16:56:27 2016
4 @@ -91,7 +91,7 @@
5  
6  /* GCC visibility */
7  #if defined(__GNUC__) && __GNUC__ >= 4 && !defined(_WIN32)
8 -#   define PIXMAN_EXPORT __attribute__ ((visibility("default")))
9 +#   define PIXMAN_EXPORT
10  /* Sun Studio 8 visibility */
11  #elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550)
12  #   define PIXMAN_EXPORT __global