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/xfd set -D_CONST_X_STRING for new xfd.



details:   https://anonhg.NetBSD.org/src/rev/9565a3430154
branches:  trunk
changeset: 372960:9565a3430154
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jan 08 09:56:11 2023 +0000

description:
set -D_CONST_X_STRING for new xfd.

diffstat:

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

diffs (17 lines):

diff -r 7c7c63356056 -r 9565a3430154 external/mit/xorg/bin/xfd/Makefile
--- a/external/mit/xorg/bin/xfd/Makefile        Sun Jan 08 09:55:38 2023 +0000
+++ b/external/mit/xorg/bin/xfd/Makefile        Sun Jan 08 09:56:11 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2018/05/09 08:39:55 mrg Exp $
+#      $NetBSD: Makefile,v 1.5 2023/01/08 09:56:11 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=Xfd
 



Home | Main Index | Thread Index | Old Index