Source-Changes-HG archive

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

[src/trunk]: src/share/mk HAVE_XORG_SERVER_VER is always set, if not earlier, ...



details:   https://anonhg.NetBSD.org/src/rev/9e13fe19543f
branches:  trunk
changeset: 347277:9e13fe19543f
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Aug 20 00:36:03 2016 +0000

description:
HAVE_XORG_SERVER_VER is always set, if not earlier, immediately above.

diffstat:

 share/mk/bsd.own.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 59ce21059083 -r 9e13fe19543f share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Aug 20 00:35:37 2016 +0000
+++ b/share/mk/bsd.own.mk       Sat Aug 20 00:36:03 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.943 2016/08/19 03:59:30 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.944 2016/08/20 00:36:03 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1391,7 +1391,7 @@
 # During transition from xorg-server 1.10 to 1.18
 HAVE_XORG_SERVER_VER?=110
 
-.if ${HAVE_XORG_SERVER_VER:U0} == "118"
+.if ${HAVE_XORG_SERVER_VER} == "118"
 XORG_SERVER_SUBDIR?=xorg-server
 . if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
 HAVE_XORG_GLAMOR?=     yes



Home | Main Index | Thread Index | Old Index