Module Name:    src
Committed By:   mrg
Date:           Sun Jan  8 09:56:11 UTC 2023

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

Log Message:
set -D_CONST_X_STRING for new xfd.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/bin/xfd/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/xfd/Makefile
diff -u src/external/mit/xorg/bin/xfd/Makefile:1.4 src/external/mit/xorg/bin/xfd/Makefile:1.5
--- src/external/mit/xorg/bin/xfd/Makefile:1.4	Wed May  9 08:39:55 2018
+++ src/external/mit/xorg/bin/xfd/Makefile	Sun Jan  8 09:56:11 2023
@@ -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 @@ SRCS=	xfd.c grid.c
 
 CPPFLAGS+=	-DXRENDER -DXFREE86_FT2 -I${DESTDIR}${X11INCDIR}/freetype2
 CPPFLAGS+=	-I${DESTDIR}${X11INCDIR}/freetype2/freetype
+CPPFLAGS+=	-D_CONST_X_STRING
 
 APPDEFS=Xfd
 

Reply via email to