Source-Changes-HG archive

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

[src/trunk]: src/share/mk ugh. this needs a real fix, but for now just updat...



details:   https://anonhg.NetBSD.org/src/rev/2caa03cf9285
branches:  trunk
changeset: 755701:2caa03cf9285
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jun 17 03:10:21 2010 +0000

description:
ugh.  this needs a real fix, but for now just update it to reality.
the diff -u is more obvious than a description:

-X11FLAGS.VERSION=      -DOSMAJORVERSION=1 -DOSMINORVERSION=6           # XXX
+X11FLAGS.VERSION=      -DOSMAJORVERSION=5 -DOSMINORVERSION=99          # XXX

diffstat:

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

diffs (18 lines):

diff -r 7268a12f74e5 -r 2caa03cf9285 share/mk/bsd.x11.mk
--- a/share/mk/bsd.x11.mk       Thu Jun 17 00:56:03 2010 +0000
+++ b/share/mk/bsd.x11.mk       Thu Jun 17 03:10:21 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.x11.mk,v 1.84 2010/06/03 10:08:34 joerg Exp $
+#      $NetBSD: bsd.x11.mk,v 1.85 2010/06/17 03:10:21 mrg Exp $
 
 .include <bsd.init.mk>
 
@@ -14,7 +14,7 @@
 CPPFLAGS+=             -DNO_ALLOCA
 .endif
 
-X11FLAGS.VERSION=      -DOSMAJORVERSION=1 -DOSMINORVERSION=6           # XXX
+X11FLAGS.VERSION=      -DOSMAJORVERSION=5 -DOSMINORVERSION=99          # XXX
 
 #       THREADS_DEFINES
 X11FLAGS.THREADS=      -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API \



Home | Main Index | Thread Index | Old Index