pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/pixman Recommit the following, which was removed a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3d5871c48642
branches: trunk
changeset: 544129:3d5871c48642
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat Jul 12 15:34:48 2008 +0000
description:
Recommit the following, which was removed a couple of weeks ago:
date: 2008/04/27 11:58:09; author: tnn; state: Exp; lines: +2 -2
Skip the SSE2 configure test if we already know we don't have SSE,
because Sun Studio gets the result of the SSE2 test wrong.
diffstat:
x11/pixman/distinfo | 4 ++--
x11/pixman/patches/patch-ae | 20 ++++++++++++++++++--
2 files changed, 20 insertions(+), 4 deletions(-)
diffs (47 lines):
diff -r a7ed86fd672c -r 3d5871c48642 x11/pixman/distinfo
--- a/x11/pixman/distinfo Sat Jul 12 15:15:30 2008 +0000
+++ b/x11/pixman/distinfo Sat Jul 12 15:34:48 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2008/06/19 17:51:27 bjs Exp $
+$NetBSD: distinfo,v 1.14 2008/07/12 15:34:48 tnn Exp $
SHA1 (pixman-0.11.4.tar.bz2) = e74dfcc6435edf7a397e8c42ffb4d581484e05d3
RMD160 (pixman-0.11.4.tar.bz2) = 000ec544e1c25b6ef955eed098c3906b095e10d5
@@ -7,4 +7,4 @@
SHA1 (patch-ab) = 41634a1a885fcf08800073ccd094db4f02020e3a
SHA1 (patch-ac) = cce53aed1451e328a57c2f3dc80391b3959194af
SHA1 (patch-ad) = c7fe169e062bbdc58db484874409a502f0f80018
-SHA1 (patch-ae) = c040428b7a1bad8c5c5f95dd7e96ffecc9d74b49
+SHA1 (patch-ae) = cf6ce4df1d116711db6e5051e513ea2dfc121dba
diff -r a7ed86fd672c -r 3d5871c48642 x11/pixman/patches/patch-ae
--- a/x11/pixman/patches/patch-ae Sat Jul 12 15:15:30 2008 +0000
+++ b/x11/pixman/patches/patch-ae Sat Jul 12 15:34:48 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ae,v 1.3 2008/06/19 17:51:27 bjs Exp $
+$NetBSD: patch-ae,v 1.4 2008/07/12 15:34:49 tnn Exp $
---- configure.orig 2008-06-09 12:35:16.000000000 -0400
+--- configure.orig 2008-06-09 18:35:16.000000000 +0200
+++ configure
@@ -19770,6 +19770,7 @@ fi
@@ -19,3 +19,19 @@
if test "x$have_gcc4" = "xyes"; then
CFLAGS="$CFLAGS -fvisibility=hidden"
fi
+@@ -19969,6 +19970,7 @@ fi
+ have_sse2_intrinsics=no
+ { echo "$as_me:$LINENO: checking whether to use SSE2 intrinsics" >&5
+ echo $ECHO_N "checking whether to use SSE2 intrinsics... $ECHO_C" >&6; }
++if test $have_sse_intrinsics = yes; then
+ xserver_save_CFLAGS=$CFLAGS
+ CFLAGS="$CFLAGS -msse2 $SSE_CFLAGS"
+
+@@ -20013,6 +20015,7 @@ fi
+
+ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ CFLAGS=$xserver_save_CFLAGS
++fi
+ { echo "$as_me:$LINENO: result: $have_sse2_intrinsics" >&5
+ echo "${ECHO_T}$have_sse2_intrinsics" >&6; }
+
Home |
Main Index |
Thread Index |
Old Index