Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos bsdRe...



details:   https://anonhg.NetBSD.org/src/rev/d6117616c7f0
branches:  trunk
changeset: 747013:d6117616c7f0
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Aug 27 04:34:13 2009 +0000

description:
bsdResource.c is now called stdResource.c.

diffstat:

 external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r ace6457ba4d9 -r d6117616c7f0 external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile
--- a/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile   Thu Aug 27 04:33:18 2009 +0000
+++ b/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile   Thu Aug 27 04:34:13 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.17 2009/07/07 07:58:46 mrg Exp $
+#      $NetBSD: Makefile,v 1.18 2009/08/27 04:34:13 mrg Exp $
 
 .include "../../../Makefile.serverlib"
 .include "../../../Makefile.servermod"
@@ -33,14 +33,14 @@
 .endif
 
 .if ${MACHINE} == "macppc"
-SRCS.bsd+=     ppc_video.c bsdResource.c pm_noop.c lnx_agp.c
+SRCS.bsd+=     ppc_video.c stdResource.c pm_noop.c lnx_agp.c
 .for _FN in ${SRCS.bsd}
 CPPFLAGS.${_FN}=       -DWSCONS_SUPPORT -DUSESTDRES -DHAVE_SYSV_IPC
 .endfor
 .endif
 
 .if ${MACHINE_ARCH} == "alpha"
-SRCS.bsd+=     alpha_video.c bsd_ev56.c bsdResource.c pm_noop.c agp_noop.c
+SRCS.bsd+=     alpha_video.c bsd_ev56.c stdResource.c pm_noop.c agp_noop.c
 .for _FN in ${SRCS.bsd}
 CPPFLAGS.${_FN}=       -DWSCONS_SUPPORT -DUSESTDRES -DHAVE_SYSV_IPC -DUSE_ALPHA_PIO
 .endfor
@@ -55,7 +55,7 @@
 .endif
 
 .if ${MACHINE} == "sgimips"
-SRCS.bsd+=     ppc_video.c bsdResource.c pm_noop.c agp_noop.c
+SRCS.bsd+=     ppc_video.c stdResource.c pm_noop.c agp_noop.c
 .for _FN in ${SRCS.bsd}
 CPPFLAGS.${_FN}=       -DWSCONS_SUPPORT -DUSESTDRES -DHAVE_SYSV_IPC
 .endfor
@@ -64,7 +64,7 @@
 .if ${MACHINE} == "cats" || \
     ${MACHINE} == "shark" || \
     ${MACHINE} == "netwinder"
-SRCS.bsd+=      ppc_video.c bsdResource.c pm_noop.c agp_noop.c
+SRCS.bsd+=      ppc_video.c stdResource.c pm_noop.c agp_noop.c
 .for _FN in ${SRCS.bsd}
 CPPFLAGS.${_FN}=        -DWSCONS_SUPPORT -DUSESTDRES -DHAVE_SYSV_IPC
 .endfor



Home | Main Index | Thread Index | Old Index