Module Name: src Committed By: mrg Date: Tue Jul 7 07:58:46 UTC 2009
Modified Files: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos: Makefile Log Message: need to link stdResource.c now To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 \ 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.16 src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile:1.17 --- src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile:1.16 Thu Jul 2 04:27:47 2009 +++ src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile Tue Jul 7 07:58:46 2009 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/07/02 04:27:47 macallan Exp $ +# $NetBSD: Makefile,v 1.17 2009/07/07 07:58:46 mrg Exp $ .include "../../../Makefile.serverlib" .include "../../../Makefile.servermod" @@ -47,7 +47,7 @@ .endif .if ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" -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 SRCS.bus+= netbsdSbus.c .for _FN in ${SRCS.bsd} CPPFLAGS.${_FN}= -DWSCONS_SUPPORT -DUSESTDRES -DHAVE_SYSV_IPC