From: Peter Howkins Date: Sun, 11 Mar 2012 23:34:37 +0000 (+0000) Subject: -fpermissive to allow GCC to compile old C++ X-Git-Tag: 2.2.0a~26^2~139 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b195aa51c8ec143c407058ec9ed70f899188d46d;p=oweals%2Fcde.git -fpermissive to allow GCC to compile old C++ --- diff --git a/cde/lib/tt/lib/mp/Imakefile b/cde/lib/tt/lib/mp/Imakefile index e4f4adf2..870ee6e7 100644 --- a/cde/lib/tt/lib/mp/Imakefile +++ b/cde/lib/tt/lib/mp/Imakefile @@ -24,6 +24,9 @@ ISAM_INCLUDES = -I../../mini_isam CXXEXTRA_DEFINES = -DCOMPAT_43 #endif +#if defined(LinuxDistribution) +CXXEXTRA_DEFINES = -fpermissive +#endif /*** NOTE! *** Every time a .o is added below it needs to be added to