From: Peter Howkins Date: Mon, 12 Mar 2012 00:26:40 +0000 (+0000) Subject: -fpermissive to allow gcc to compile old C++ X-Git-Tag: 2.2.0a~26^2~123 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e68afb01e66f96edac23c34bbdfdfbc99a3a22dd;p=oweals%2Fcde.git -fpermissive to allow gcc to compile old C++ --- 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