diff options
author | drochner <drochner> | 2009-11-15 13:00:01 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-11-15 13:00:01 +0000 |
commit | cdce68b4fe577a428b164fb4dabc6de69d00cbbd (patch) | |
tree | cc95d9e1ed8d491b9b72b96588987d97a19bc809 /x11/pixman/patches | |
parent | 8f141a9d7308cdc7444344d96a65e40e261b965a (diff) | |
download | pkgsrc-cdce68b4fe577a428b164fb4dabc6de69d00cbbd.tar.gz |
update to 0.16.2
changes: minor bugfixes
Diffstat (limited to 'x11/pixman/patches')
-rw-r--r-- | x11/pixman/patches/patch-ae | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/x11/pixman/patches/patch-ae b/x11/pixman/patches/patch-ae index 92114cb77d8..b993ca91c68 100644 --- a/x11/pixman/patches/patch-ae +++ b/x11/pixman/patches/patch-ae @@ -1,8 +1,17 @@ -$NetBSD: patch-ae,v 1.9 2009/06/06 22:28:41 wiz Exp $ +$NetBSD: patch-ae,v 1.10 2009/11/15 13:00:01 drochner Exp $ ---- configure.orig 2009-05-31 02:06:44.000000000 +0000 +--- configure.orig 2009-09-28 15:10:12.000000000 +0200 +++ configure -@@ -11833,6 +11833,7 @@ fi +@@ -11763,7 +11763,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" +@@ -11856,6 +11856,7 @@ fi have_gcc4=no @@ -10,7 +19,7 @@ $NetBSD: patch-ae,v 1.9 2009/06/06 22:28:41 wiz Exp $ { $as_echo "$as_me:$LINENO: checking for -fvisibility" >&5 $as_echo_n "checking for -fvisibility... " >&6; } cat >conftest.$ac_ext <<_ACEOF -@@ -11871,7 +11872,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 +@@ -11894,7 +11895,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |