Module Name:    src
Committed By:   mrg
Date:           Thu Jul 11 05:44:08 UTC 2019

Modified Files:
        src/external/mit/xorg/lib/libXt: Makefile

Log Message:
define _CONST_X_STRING for libXt 1.2.0


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/lib/libXt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/lib/libXt/Makefile
diff -u src/external/mit/xorg/lib/libXt/Makefile:1.6 src/external/mit/xorg/lib/libXt/Makefile:1.7
--- src/external/mit/xorg/lib/libXt/Makefile:1.6	Sun Jul 19 07:55:08 2015
+++ src/external/mit/xorg/lib/libXt/Makefile	Thu Jul 11 05:44:07 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2015/07/19 07:55:08 mrg Exp $
+#	$NetBSD: Makefile,v 1.7 2019/07/11 05:44:07 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -30,7 +30,7 @@ INCSDIR=${X11INCDIR}/X11
 CPPFLAGS+=	${X11FLAGS.THREADLIB}
 CPPFLAGS+=	-I${DESTDIR}${X11INCDIR}/X11
 CPPFLAGS+=	-DUSE_POLL -DUSE_SNPRINTF -DLIBXT -I.
-CPPFLAGS+=	-DHAVE_ASPRINTF
+CPPFLAGS+=	-DHAVE_ASPRINTF -D_CONST_X_STRING
 
 CPPFLAGS.Intrinsic.c=	-DXFILESEARCHPATHDEFAULT=\"${X11LIBDIR}/%L/%T/%N%C%S:${X11LIBDIR}/%l/%T/%N%C%S:${X11LIBDIR}/%T/%N%C%S:${X11LIBDIR}/%L/%T/%N%S:${X11LIBDIR}/%l/%T/%N%S:${X11LIBDIR}/%T/%N%S\"
 CPPFLAGS.Error.c=	-DERRORDB=\"${X11LIBDIR}/XtErrorDB\" \

Reply via email to