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
This commit is contained in:
mrg 2010-06-17 03:10:21 +00:00
parent 75622a5f69
commit b6aa233709

View File

@ -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 @@ COPTS+= -fno-strict-aliasing
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 \