Source-Changes-HG archive

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

[src/trunk]: src/x11/Xserver NetBSD-vax needs the "fb" library to build the "...



details:   https://anonhg.NetBSD.org/src/rev/05684df67f33
branches:  trunk
changeset: 580023:05684df67f33
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Apr 05 14:04:55 2005 +0000

description:
NetBSD-vax needs the "fb" library to build the "Xdmx" server.

diffstat:

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

diffs (17 lines):

diff -r e1d6482e2fcd -r 05684df67f33 x11/Xserver/Makefile.common
--- a/x11/Xserver/Makefile.common       Tue Apr 05 12:17:17 2005 +0000
+++ b/x11/Xserver/Makefile.common       Tue Apr 05 14:04:55 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.common,v 1.26 2005/03/28 13:05:03 minoura Exp $
+#      $NetBSD: Makefile.common,v 1.27 2005/04/05 14:04:55 tron Exp $
 
 # These define parts of the Xserver tree that are to be
 # conditionally compiled for different platforms.  See
@@ -79,7 +79,6 @@
 .endif
 
 .if ${MACHINE} == "vax"
-XSERVER_HAS_FB=                no
 XSERVER_XVFB=          no
 .endif
 



Home | Main Index | Thread Index | Old Index