Source-Changes-HG archive

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

[src/trunk]: src/x11/Xserver Missed defining XSERVER_XVAX



details:   https://anonhg.NetBSD.org/src/rev/8e02b714a0dc
branches:  trunk
changeset: 779275:8e02b714a0dc
user:      abs <abs%NetBSD.org@localhost>
date:      Tue May 15 14:29:29 2012 +0000

description:
Missed defining XSERVER_XVAX

diffstat:

 x11/Xserver/Makefile.common |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 2855c259fa16 -r 8e02b714a0dc x11/Xserver/Makefile.common
--- a/x11/Xserver/Makefile.common       Tue May 15 12:17:33 2012 +0000
+++ b/x11/Xserver/Makefile.common       Tue May 15 14:29:29 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.common,v 1.35 2009/02/08 00:50:07 abs Exp $
+#      $NetBSD: Makefile.common,v 1.36 2012/05/15 14:29:29 abs Exp $
 
 # These define parts of the Xserver tree that are to be
 # conditionally compiled for different platforms.  See
@@ -79,6 +79,10 @@
 XSERVER_XSUN24=                yes
 .endif
 
+.if ${MACHINE} == "vax"
+XSERVER_XVAX=  yes
+.endif
+
 
 # Does this server need Xfont/fontbase libraries?
 XSERVER_NEEDS_XFONT?=  no
@@ -127,3 +131,5 @@
 XSERVER_XSUN24?=       no
 # Does this platform build Xvfb X server?
 XSERVER_XVFB?= yes
+# Does this platform build Xvax X server?
+XSERVER_XVAX?= no



Home | Main Index | Thread Index | Old Index