diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-09-27 12:28:39 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-09-27 12:28:39 +0000 |
commit | ae7d8feb6c9d132cada5c353f5959748f1dd206c (patch) | |
tree | 09533e11ec57a6616a587ad4426230ac88efdfa5 /Build/source/libs/pixman/pixman-0.32.8-PATCHES/patch-01-hide-symbols | |
parent | 19153a1e0e99364de1173ae9144a45e2518d88bb (diff) |
pixman 0.32.8
git-svn-id: svn://tug.org/texlive/trunk@38472 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/pixman/pixman-0.32.8-PATCHES/patch-01-hide-symbols')
-rw-r--r-- | Build/source/libs/pixman/pixman-0.32.8-PATCHES/patch-01-hide-symbols | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/libs/pixman/pixman-0.32.8-PATCHES/patch-01-hide-symbols b/Build/source/libs/pixman/pixman-0.32.8-PATCHES/patch-01-hide-symbols new file mode 100644 index 00000000000..088231f47ef --- /dev/null +++ b/Build/source/libs/pixman/pixman-0.32.8-PATCHES/patch-01-hide-symbols @@ -0,0 +1,12 @@ +diff -ur pixman-0.32.8.orig/pixman/pixman-compiler.h pixman-0.32.8/pixman/pixman-compiler.h +--- pixman-0.32.8.orig/pixman/pixman-compiler.h 2015-06-30 11:48:31.000000000 +0200 ++++ pixman-0.32.8/pixman/pixman-compiler.h 2015-09-26 18:58:53.409947954 +0200 +@@ -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 |