summaryrefslogtreecommitdiff
path: root/x11/pixman/patches/patch-ac
blob: 2f8d28164d69d18afde1f639b9eea36aadd29076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.6 2008/06/19 17:51:27 bjs Exp $

--- pixman/pixman-private.h.orig	2008-06-09 01:56:34.000000000 -0400
+++ pixman/pixman-private.h
@@ -701,7 +701,7 @@ pixman_compute_composite_region32 (pixma
 				   uint16_t		height);
 
 /* GCC visibility */
-#if defined(__GNUC__) && __GNUC__ >= 4
+#if 0
 #define PIXMAN_EXPORT __attribute__ ((visibility("default")))
 #else
 #define PIXMAN_EXPORT