Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/x11/Xserver/hw/xfree86/drivers/i810 Pull up revision 1.4 ...



details:   https://anonhg.NetBSD.org/src/rev/c6bf0692f2f8
branches:  netbsd-3
changeset: 575219:c6bf0692f2f8
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 06 21:29:54 2005 +0000

description:
Pull up revision 1.4 (requested by jmc in ticket #114):
Include missing source files in X11 server module build. This fixes e.g.
crashed when running Mozilla. Thanks to Steve Woodford for analyzing this
and sending me a patch.

diffstat:

 x11/Xserver/hw/xfree86/drivers/i810/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 7f50fb4c0fbf -r c6bf0692f2f8 x11/Xserver/hw/xfree86/drivers/i810/Makefile
--- a/x11/Xserver/hw/xfree86/drivers/i810/Makefile      Wed Apr 06 21:28:17 2005 +0000
+++ b/x11/Xserver/hw/xfree86/drivers/i810/Makefile      Wed Apr 06 21:29:54 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2004/02/07 06:52:06 lukem Exp $
+#      $NetBSD: Makefile,v 1.3.8.1 2005/04/06 21:29:54 tron Exp $
 
 XMODULEDIR=    ${X11USRLIBDIR}/modules/drivers
 
@@ -8,10 +8,10 @@
 MAN=   i810.4
 .PATH: ${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/drivers/i810
 
-SRCS=  i810_driver.c i810_cursor.c i810_accel.c i810_memory.c \
-       i810_wmark.c i810_dga.c i810_video.c i810_io.c i830_driver.c \
-       i830_memory.c i830_cursor.c i830_accel.c i830_io.c i830_dga.c \
-       i830_video.c
+SRCS=  i810_accel.c i810_cursor.c i810_dga.c i810_driver.c \
+       i810_io.c i810_memory.c i810_video.c i810_wmark.c \
+       i830_accel.c i830_cursor.c i830_dga.c i830_driver.c \
+       i830_io.c i830_memory.c i830_modes.c i830_video.c
 
 CPPFLAGS+=     -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/drivers/i810 \
                -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/common \



Home | Main Index | Thread Index | Old Index