Module Name: src
Committed By: mrg
Date: Sun Sep 11 05:50:41 UTC 2022
Modified Files:
src/external/mit/xorg/bin/oclock: Makefile
Log Message:
define _CONST_X_STRING like oclock 1.0.5.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/oclock/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/oclock/Makefile
diff -u src/external/mit/xorg/bin/oclock/Makefile:1.3 src/external/mit/xorg/bin/oclock/Makefile:1.4
--- src/external/mit/xorg/bin/oclock/Makefile:1.3 Fri May 31 06:24:05 2013
+++ src/external/mit/xorg/bin/oclock/Makefile Sun Sep 11 05:50:41 2022
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2013/05/31 06:24:05 mrg Exp $
+# $NetBSD: Makefile,v 1.4 2022/09/11 05:50:41 mrg Exp $
.include <bsd.own.mk>
PROG= oclock
SRCS= oclock.c Clock.c transform.c
+CPPFLAGS+= -D_CONST_X_STRING
+
APPDEFS=Clock-color
LDADD+= -lXmu -lXt -lSM -lICE -lXext -lX11 -lm