Module Name: src
Committed By: mrg
Date: Sat Nov 16 04:05:31 UTC 2024
Modified Files:
src/external/mit/xorg/bin/xlogo: Makefile
Log Message:
define PACKAGE_STRING for new xlogo.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/external/mit/xorg/bin/xlogo/Makefile:1.6
--- src/external/mit/xorg/bin/xlogo/Makefile:1.5 Sun Nov 13 05:26:07 2022
+++ src/external/mit/xorg/bin/xlogo/Makefile Sat Nov 16 04:05:31 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/11/13 05:26:07 mrg Exp $
+# $NetBSD: Makefile,v 1.6 2024/11/16 04:05:31 mrg Exp $
.include <bsd.own.mk>
@@ -7,7 +7,8 @@ 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
+CPPFLAGS+= -D_CONST_X_STRING -DHAVE_STRLCAT -DHAVE_STRLCPY
+CPPFLAGS+= -DPACKAGE_STRING=\"${PACKAGE_STRING}\"
APPDEFS=XLogo XLogo-color