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 set -...
details: https://anonhg.NetBSD.org/src/rev/bf78814d5085
branches: trunk
changeset: 784941:bf78814d5085
user: macallan <macallan%NetBSD.org@localhost>
date: Thu Feb 14 16:16:25 2013 +0000
description:
set -DPCVT_SUPPORT on most hardware
diffstat:
external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile | 14 ++-------
1 files changed, 4 insertions(+), 10 deletions(-)
diffs (43 lines):
diff -r dda3d2fd2092 -r bf78814d5085 external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile
--- a/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile Thu Feb 14 15:42:31 2013 +0000
+++ b/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile Thu Feb 14 16:16:25 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2012/05/14 08:42:04 abs Exp $
+# $NetBSD: Makefile,v 1.34 2013/02/14 16:16:25 macallan Exp $
.include "../../../Makefile.serverlib"
.include "../../../Makefile.servermod"
@@ -35,11 +35,8 @@
.if ${MACHINE} == "macppc" || ${MACHINE} == "prep" || ${MACHINE} == "bebox" || ${MACHINE} == "ofppc"
SRCS.bsd+= ppc_video.c pm_noop.c lnx_agp.c
.for _FN in ${SRCS.bsd}
-CPPFLAGS.${_FN}= -DWSCONS_SUPPORT -DUSESTDRES -DHAVE_SYSV_IPC
+CPPFLAGS.${_FN}= -DWSCONS_SUPPORT -DPCVT_SUPPORT -DUSESTDRES -DHAVE_SYSV_IPC
.endfor
-.if ${MACHINE} == "ofppc"
-CPPFLAGS.${_FN}+= -DPCVT_SUPPORT
-.endif
.endif
.if ${MACHINE_ARCH} == "alpha"
@@ -53,7 +50,7 @@
SRCS.bsd+= ppc_video.c pm_noop.c agp_noop.c
SRCS.bus+= netbsdSbus.c
.for _FN in ${SRCS.bsd}
-CPPFLAGS.${_FN}= -DWSCONS_SUPPORT -DUSESTDRES -DHAVE_SYSV_IPC
+CPPFLAGS.${_FN}= -DWSCONS_SUPPORT -DPCVT_SUPPORT -DUSESTDRES -DHAVE_SYSV_IPC
.endfor
.endif
@@ -76,10 +73,7 @@
${MACHINE} == "zaurus"
SRCS.bsd+= ppc_video.c pm_noop.c agp_noop.c
.for _FN in ${SRCS.bsd}
-CPPFLAGS.${_FN}= -DWSCONS_SUPPORT -DUSESTDRES -DHAVE_SYSV_IPC
-.if ${MACHINE} == "cats"
-CPPFLAGS.${_FN}+= -DPCVT_SUPPORT
-.endif
+CPPFLAGS.${_FN}= -DWSCONS_SUPPORT -DPCVT_SUPPORT -DUSESTDRES -DHAVE_SYSV_IPC
.endfor
.endif
Home |
Main Index |
Thread Index |
Old Index