Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/bin/xlogo add -D_CONST_X_STRING, like new ...



details:   https://anonhg.NetBSD.org/src/rev/040462d0bf38
branches:  trunk
changeset: 372314:040462d0bf38
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Nov 13 05:26:07 2022 +0000

description:
add -D_CONST_X_STRING, like new upstream

diffstat:

 external/mit/xorg/bin/xlogo/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r df4107b887fe -r 040462d0bf38 external/mit/xorg/bin/xlogo/Makefile
--- a/external/mit/xorg/bin/xlogo/Makefile      Sat Nov 12 16:54:36 2022 +0000
+++ b/external/mit/xorg/bin/xlogo/Makefile      Sun Nov 13 05:26:07 2022 +0000
@@ -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 @@
 
 CPPFLAGS+=     -DXRENDER -DXFREE86_FT2 -I${DESTDIR}${X11INCDIR}/freetype2
 CPPFLAGS+=     -I${DESTDIR}${X11INCDIR}/freetype2/freetype
+CPPFLAGS+=     -D_CONST_X_STRING
 
 APPDEFS=XLogo XLogo-color
 



Home | Main Index | Thread Index | Old Index