CVS commit: src/external/mit/xorg/bin/xrdb

2022-09-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Sep 19 18:46:06 UTC 2022

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

Log Message:
use tradcpp.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/mit/xorg/bin/xrdb/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/xrdb/Makefile
diff -u src/external/mit/xorg/bin/xrdb/Makefile:1.8 src/external/mit/xorg/bin/xrdb/Makefile:1.9
--- src/external/mit/xorg/bin/xrdb/Makefile:1.8	Sat Apr 16 16:52:07 2016
+++ src/external/mit/xorg/bin/xrdb/Makefile	Mon Sep 19 14:46:06 2022
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.8 2016/04/16 20:52:07 nakayama Exp $
+#	$NetBSD: Makefile,v 1.9 2022/09/19 18:46:06 christos Exp $
 
 .include 
 
 PROG=	xrdb
 
-CPPFLAGS+=-DCPP="\"/usr/bin/cpp -traditional\"" -DHAVE_MKSTEMP	# XXX
+CPPFLAGS+=-DCPP="\"/usr/bin/tradcpp -nostdinc\"" -DHAVE_MKSTEMP	# XXX
 CPPFLAGS+=-DHAVE_ASPRINTF
 
 LDADD+=	-lXmuu -lXt -lSM -lICE -lXext -lX11



CVS commit: src/external/mit/xorg/bin/xrdb

2022-09-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Sep 19 18:46:06 UTC 2022

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

Log Message:
use tradcpp.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/mit/xorg/bin/xrdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.