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/drivers build the suncg14 driver on...



details:   https://anonhg.NetBSD.org/src/rev/4ac42ee30373
branches:  trunk
changeset: 752009:4ac42ee30373
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Feb 11 04:07:17 2010 +0000

description:
build the suncg14 driver on sparc

diffstat:

 external/mit/xorg/server/drivers/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 603d9c59e290 -r 4ac42ee30373 external/mit/xorg/server/drivers/Makefile
--- a/external/mit/xorg/server/drivers/Makefile Thu Feb 11 02:29:23 2010 +0000
+++ b/external/mit/xorg/server/drivers/Makefile Thu Feb 11 04:07:17 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.38 2009/12/13 05:04:36 nonaka Exp $
+#      $NetBSD: Makefile,v 1.39 2010/02/11 04:07:17 macallan Exp $
 
 SUBDIR= \
        xf86-input-keyboard \
@@ -81,6 +81,7 @@
 .if ${MACHINE} == "sparc"
 SUBDIR+= \
        xf86-video-pnozz \
+       xf86-video-suncg14 \
        xf86-video-suntcx
 .endif
 .elif ${MACHINE} == "shark"



Home | Main Index | Thread Index | Old Index