From e68afb01e66f96edac23c34bbdfdfbc99a3a22dd Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Mon, 12 Mar 2012 00:26:40 +0000 Subject: [PATCH] -fpermissive to allow gcc to compile old C++ --- cde/lib/tt/bin/ttsession/Imakefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cde/lib/tt/bin/ttsession/Imakefile b/cde/lib/tt/bin/ttsession/Imakefile index f7b74251..7d26e616 100644 --- a/cde/lib/tt/bin/ttsession/Imakefile +++ b/cde/lib/tt/bin/ttsession/Imakefile @@ -19,6 +19,10 @@ SYS_LIBRARIES = EXTRA_LIBRARIES = TtClientExtraLibs #endif +#if defined(LinuxDistribution) +CXXEXTRA_DEFINES = -fpermissive +#endif + SRCS = mp_server.C OBJS = mp_server.o -- 2.25.1