From 50465f5a87888c46f1765ffc9d1627a906bf9c7b Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Mon, 12 Mar 2012 00:32:10 +0000 Subject: [PATCH] -fpermissive to allow gcc to compile old C++ --- cde/lib/tt/bin/dbck/Imakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cde/lib/tt/bin/dbck/Imakefile b/cde/lib/tt/bin/dbck/Imakefile index 7671378e..f67c3298 100644 --- a/cde/lib/tt/bin/dbck/Imakefile +++ b/cde/lib/tt/bin/dbck/Imakefile @@ -19,6 +19,9 @@ SYS_LIBRARIES = EXTRA_LIBRARIES = TtClientExtraLibs #endif +#if defined(LinuxDistribution) +CXXEXTRA_DEFINES = -fpermissive +#endif SRCS = binkey.C binkey_utils.C common.C \ options.C options_tt.C prop.C \ -- 2.25.1