summaryrefslogtreecommitdiff
path: root/x11/pixman/patches/patch-ae
blob: 933ee33fd386f601b689428406ab8052aa9824c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
$NetBSD: patch-ae,v 1.13 2011/07/11 10:50:58 drochner Exp $

--- configure.orig	2011-07-04 20:24:41.000000000 +0000
+++ configure
@@ -21325,7 +21325,7 @@ fi
 # if we're using Sun Studio and neither the user nor a config.site
 # has set CFLAGS.
 if test $SUNCC = yes &&			\
-   test "$test_CFLAGS" == "" &&		\
+   test "$test_CFLAGS" = "" &&		\
    test "$CFLAGS" = "-g"
 then
   CFLAGS="-O -g"
@@ -21767,6 +21767,7 @@ fi
 
 
 
+if false; then
 	{ $as_echo "$as_me:$LINENO: checking whether the compiler supports -fvisibility=hidden" >&5
 $as_echo_n "checking whether the compiler supports -fvisibility=hidden... " >&6; }
 		save_CFLAGS="$CFLAGS"
@@ -21841,6 +21842,7 @@ rm -f core conftest.err conftest.$ac_obj
 	fi
 	{ $as_echo "$as_me:$LINENO: result: $_yesno" >&5
 $as_echo "$_yesno" >&6; }
+fi
 
 
 	{ $as_echo "$as_me:$LINENO: checking whether the compiler supports -xldscope=hidden" >&5