From 3c6a0584dd8f2a5cf8049b48dde15642a29f7f59 Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Sun, 12 Aug 2012 19:33:25 +0200 Subject: [PATCH] Use cpp -traditional. StandardCppOptions do not get respected here, so change the default CppCmd to cpp -traditional like for FreeBSD. Helps kill a few warnings. --- cde/config/cf/OpenBSD.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/config/cf/OpenBSD.cf b/cde/config/cf/OpenBSD.cf index f2978969..f0ba631e 100644 --- a/cde/config/cf/OpenBSD.cf +++ b/cde/config/cf/OpenBSD.cf @@ -164,7 +164,7 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe #define MkdirHierCmd mkdir -p #ifndef CppCmd -#define CppCmd /usr/libexec/cpp +#define CppCmd /usr/libexec/cpp -traditional #endif #define StandardCppOptions -traditional #define StandardCppDefines /**/ -- 2.25.1