Module Name: src
Committed By: macallan
Date: Thu Feb 28 13:28:36 UTC 2013
Modified Files:
src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos: Makefile
Log Message:
set PCVT_SUPPORT on MIPS
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 \
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.34 src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile:1.35
--- src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile:1.34 Thu Feb 14 16:16:25 2013
+++ src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile Thu Feb 28 13:28:36 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2013/02/14 16:16:25 macallan Exp $
+# $NetBSD: Makefile,v 1.35 2013/02/28 13:28:36 macallan Exp $
.include "../../../Makefile.serverlib"
.include "../../../Makefile.servermod"
@@ -61,7 +61,7 @@ CPPFLAGS.${_FN}= -DWSCONS_SUPPORT -DPCVT
${MACHINE} == "evbmips"
SRCS.bsd+= ppc_video.c pm_noop.c agp_noop.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