rpms/xorg-x11-server/devel xserver-1.3.0-no-prerelease-warning.patch, NONE, 1.1

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 11 21:34:47 UTC 2007


Author: ajackson

Update of /cvs/dist/rpms/xorg-x11-server/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv3551

Added Files:
	xserver-1.3.0-no-prerelease-warning.patch 
Log Message:
* Wed Apr 11 2007 Adam Jackson <ajax at redhat.com> 1.2.99.905-4
- xserver-1.3.0-no-prerelease-warning.patch: Hush the useless prerelease
  warning if we happen to be building one (and even if not).


xserver-1.3.0-no-prerelease-warning.patch:
 configure.ac                 |    2 +-
 hw/xfree86/common/xf86Init.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE xserver-1.3.0-no-prerelease-warning.patch ---
--- xorg-server-1.2.99.905/configure.ac.jx	2007-04-06 16:52:25.000000000 -0400
+++ xorg-server-1.2.99.905/configure.ac	2007-04-06 17:45:10.000000000 -0400
@@ -238,7 +238,7 @@
 	;;
   x86_64*|amd64*)
   	use_x86_asm="yes"
-	I386_VIDEO=yes
+	I386_VIDEO=no
 	case $host_os in
 		*freebsd*)	AC_DEFINE(USE_DEV_IO, 1, [BSD /dev/io]) ;;
 		*netbsd*)	AC_DEFINE(USE_I386_IOPL, 1, [BSD i386 iopl])
--- xorg-server-1.2.99.905/hw/xfree86/common/xf86Init.c.jx	2007-01-31 19:55:51.000000000 -0500
+++ xorg-server-1.2.99.905/hw/xfree86/common/xf86Init.c	2007-04-11 12:32:24.000000000 -0400
@@ -1770,7 +1770,7 @@
 static void
 xf86PrintBanner()
 {
-#if PRE_RELEASE
+#if 0
   ErrorF("\n"
     "This is a pre-release version of the X server from " XVENDORNAME ".\n"
     "It is not supported in any way.\n"




More information about the fedora-cvs-commits mailing list