pkgsrc/x11/pixman/patches/patch-ae
drochner 69b5c13686 update to 0.20.2
changes:
-Gradient improvements
-Performance improvements
-bugfixes
2011-01-26 19:25:55 +00:00

29 lines
932 B
Text

$NetBSD: patch-ae,v 1.12 2011/01/26 19:25:55 drochner Exp $
--- configure.orig 2011-01-19 13:22:54.000000000 +0000
+++ configure
@@ -11366,7 +11366,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"
@@ -11677,6 +11677,7 @@ fi
+if false; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fvisibility=hidden" >&5
$as_echo_n "checking whether the compiler supports -fvisibility=hidden... " >&6; }
save_CFLAGS="$CFLAGS"
@@ -11727,6 +11728,7 @@ rm -f core conftest.err conftest.$ac_obj
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_yesno" >&5
$as_echo "$_yesno" >&6; }
+fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -xldscope=hidden" >&5