Module Name: src Committed By: macallan Date: Thu Jul 2 04:27:47 UTC 2009
Modified Files: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos: Makefile Log Message: netbsdPci.c is no more To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 \ src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile diff -u src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile:1.15 src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile:1.16 --- src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile:1.15 Fri Jun 12 01:59:07 2009 +++ src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile Thu Jul 2 04:27:47 2009 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/06/12 01:59:07 mrg Exp $ +# $NetBSD: Makefile,v 1.16 2009/07/02 04:27:47 macallan Exp $ .include "../../../Makefile.serverlib" .include "../../../Makefile.servermod" @@ -80,12 +80,12 @@ ${MACHINE} == "sgimips" || ${MACHINE} == "shark" || \ ${MACHINE} == "netwinder" || ${MACHINE_ARCH} == "sparc" || \ ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "alpha" -SRCS.bus+= netbsdPci.c +#SRCS.bus+= netbsdPci.c .endif -.if ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" || \ - ${MACHINE_ARCH} == "powerpc" -CPPFLAGS.netbsdPci.c+= -DPCI_VIA_TTYE0 +.if ${MACHINE} == "sparc" || ${MACHINE} == "sparc64" || \ + ${MACHINE_ARCH} == "powerpc" || ${MACHINE} == "netwinder" +#CPPFLAGS.netbsdPci.c+= -DPCI_VIA_TTYE0 .endif .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/os-support/misc