98df0b56fc
- xserver-1.3.0-no-prerelease-warning.patch: Hush the useless prerelease warning if we happen to be building one (and even if not).
23 lines
789 B
Diff
23 lines
789 B
Diff
--- 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"
|