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/xf86 Pull up revision 1.7 (request...
details: https://anonhg.NetBSD.org/src/rev/b6453dab698d
branches: netbsd-3
changeset: 575238:b6453dab698d
user: tron <tron%NetBSD.org@localhost>
date: Wed Apr 06 21:46:30 2005 +0000
description:
Pull up revision 1.7 (requested by jmc in ticket #114):
+ fix up the rest of the reachover to build XFree86 for sparc64
diffstat:
x11/Xserver/hw/xfree86/xf86/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 354b83d7dfa8 -r b6453dab698d x11/Xserver/hw/xfree86/xf86/Makefile
--- a/x11/Xserver/hw/xfree86/xf86/Makefile Wed Apr 06 21:46:25 2005 +0000
+++ b/x11/Xserver/hw/xfree86/xf86/Makefile Wed Apr 06 21:46:30 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/11/29 16:49:18 skrll Exp $
+# $NetBSD: Makefile,v 1.6.2.1 2005/04/06 21:46:30 tron Exp $
.include <bsd.sys.mk> # for HOST_SH
@@ -17,6 +17,10 @@
xf86xvmc.c xf86cmap.c xf86PM.c xf86Versions.c xf86Debug.c \
xf86KbdBSD.c xf86Xinput.c xisb.c xf86XKB.c xf86RandR.c
+.if ${MACHINE} == "sparc64"
+SRCS+= xf86sbusBus.c
+.endif
+
# Rebuild xf86Build.h on every make
#
CLEANFILES+= xf86Build.h
Home |
Main Index |
Thread Index |
Old Index