Module Name:    src
Committed By:   mrg
Date:           Sun Nov 13 05:26:07 UTC 2022

Modified Files:
        src/external/mit/xorg/bin/xlogo: Makefile

Log Message:
add -D_CONST_X_STRING, like new upstream


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/bin/xlogo/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/bin/xlogo/Makefile
diff -u src/external/mit/xorg/bin/xlogo/Makefile:1.4 src/external/mit/xorg/bin/xlogo/Makefile:1.5
--- src/external/mit/xorg/bin/xlogo/Makefile:1.4	Wed May  9 08:39:55 2018
+++ src/external/mit/xorg/bin/xlogo/Makefile	Sun Nov 13 05:26:07 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2018/05/09 08:39:55 mrg Exp $
+#	$NetBSD: Makefile,v 1.5 2022/11/13 05:26:07 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -7,6 +7,7 @@ SRCS=	xlogo.c Logo.c RenderLogo.c
 
 CPPFLAGS+=	-DXRENDER -DXFREE86_FT2 -I${DESTDIR}${X11INCDIR}/freetype2
 CPPFLAGS+=	-I${DESTDIR}${X11INCDIR}/freetype2/freetype
+CPPFLAGS+=	-D_CONST_X_STRING
 
 APPDEFS=XLogo XLogo-color
 

Reply via email to