r3409 - in packages/trunk/ogre-contrib/debian: . patches
Andres Mejia
ceros-guest at alioth.debian.org
Mon Jul 16 02:32:04 UTC 2007
Author: ceros-guest
Date: 2007-07-16 02:32:04 +0000 (Mon, 16 Jul 2007)
New Revision: 3409
Modified:
packages/trunk/ogre-contrib/debian/changelog
packages/trunk/ogre-contrib/debian/patches/autotools.dpatch
Log:
Preparing ogre-contrib for release tag.
Modified: packages/trunk/ogre-contrib/debian/changelog
===================================================================
--- packages/trunk/ogre-contrib/debian/changelog 2007-07-16 02:22:20 UTC (rev 3408)
+++ packages/trunk/ogre-contrib/debian/changelog 2007-07-16 02:32:04 UTC (rev 3409)
@@ -1,4 +1,4 @@
-ogre-contrib (1.4.3-1) UNRELEASED; urgency=low
+ogre-contrib (1.4.3-1) unstable; urgency=low
* New upstream release.
Modified: packages/trunk/ogre-contrib/debian/patches/autotools.dpatch
===================================================================
--- packages/trunk/ogre-contrib/debian/patches/autotools.dpatch 2007-07-16 02:22:20 UTC (rev 3408)
+++ packages/trunk/ogre-contrib/debian/patches/autotools.dpatch 2007-07-16 02:32:04 UTC (rev 3409)
@@ -25,8 +25,8 @@
esac
exit 0
---- ogre-contrib/acinclude.m4~ 2007-06-08 23:37:09.000000000 -0400
-+++ ogre-contrib/acinclude.m4 2007-06-08 23:40:31.000000000 -0400
+--- ogre-contrib/acinclude.m4~ 2007-07-11 12:24:19.000000000 -0400
++++ ogre-contrib/acinclude.m4 2007-07-11 12:25:22.000000000 -0400
@@ -305,19 +305,7 @@
[build_exr=$enableval],
[build_exr=no])
@@ -70,6 +70,22 @@
AM_CONDITIONAL([HAVE_CEGUI], [test x$build_cegui_sample = xtrue])
])
+## DP: Also using correct check for SSE.
+@@ -593,11 +570,11 @@
+ [
+ AC_MSG_CHECKING(whether to use SSE)
+ case $target_cpu in
+- powerpc)
+- build_sse=no
++ i386 | i486 | i586 | i686 | x86_64)
++ build_sse=yes
+ ;;
+ *)
+- build_sse=yes
++ build_sse=no
+ ;;
+ esac
+ AC_MSG_RESULT($build_sse)
--- ogre-contrib/configure.in~ 2007-06-08 23:37:21.000000000 -0400
+++ ogre-contrib/configure.in 2007-06-08 23:42:12.000000000 -0400
@@ -1,6 +1,6 @@
More information about the Pkg-games-commits
mailing list