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/twm Use the more obviously replaced na...



details:   https://anonhg.NetBSD.org/src/rev/5c65acab7f67
branches:  trunk
changeset: 459429:5c65acab7f67
user:      maya <maya%NetBSD.org@localhost>
date:      Wed Sep 11 14:10:36 2019 +0000

description:
Use the more obviously replaced name __TWMDIR__

TWMDIR isn't currently used. We should patch to use it, though.

diffstat:

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

diffs (18 lines):

diff -r 4918bcc155f4 -r 5c65acab7f67 external/mit/xorg/bin/twm/Makefile
--- a/external/mit/xorg/bin/twm/Makefile        Wed Sep 11 11:43:15 2019 +0000
+++ b/external/mit/xorg/bin/twm/Makefile        Wed Sep 11 14:10:36 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2014/03/17 09:21:19 mrg Exp $
+#      $NetBSD: Makefile,v 1.7 2019/09/11 14:10:36 maya Exp $
 
 .include <bsd.own.mk>
 
@@ -11,7 +11,7 @@
 
 TWMCONFIGDIR=          ${X11ETCDIR}/twm
 
-X11EXTRAMANDEFS+=      -e 's,TWMDIR,${TWMCONFIGDIR},g'
+X11EXTRAMANDEFS+=      -e 's,__TWMDIR__,${TWMCONFIGDIR},g'
 
 TWMDIR=                        ${X11SRCDIR.${PROG}}
 



Home | Main Index | Thread Index | Old Index