summaryrefslogtreecommitdiff
path: root/x11/pixman/patches/patch-ae
blob: e701c21d61ff07cceb99e128d51b46682e6e5ea6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ae,v 1.3 2008/06/19 17:51:27 bjs Exp $

--- configure.orig	2008-06-09 12:35:16.000000000 -0400
+++ configure
@@ -19770,6 +19770,7 @@ fi
 
 
 have_gcc4=no
+if false; then
 { echo "$as_me:$LINENO: checking for -fvisibility" >&5
 echo $ECHO_N "checking for -fvisibility... $ECHO_C" >&6; }
 cat >conftest.$ac_ext <<_ACEOF
@@ -19807,7 +19808,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
 fi
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
+fi
 if test "x$have_gcc4" = "xyes"; then
    CFLAGS="$CFLAGS -fvisibility=hidden"
 fi