From: Peter Howkins Date: Sun, 11 Mar 2012 23:33:09 +0000 (+0000) Subject: -fpermissive to allow gcc to compile old C++ X-Git-Tag: 2.2.0a~26^2~140 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7d5d17251d6cbc1206e6c2636a7a55d720ccb011;p=oweals%2Fcde.git -fpermissive to allow gcc to compile old C++ --- diff --git a/cde/lib/tt/lib/db/Imakefile b/cde/lib/tt/lib/db/Imakefile index 8f82a8bc..2f17ce0f 100644 --- a/cde/lib/tt/lib/db/Imakefile +++ b/cde/lib/tt/lib/db/Imakefile @@ -19,6 +19,10 @@ DEFINES = INCLUDES = -I../../lib ISAM_INCLUDES = -I../../mini_isam +#if defined(LinuxDistribution) +CXXEXTRA_DEFINES = -fpermissive +#endif + /*** NOTE! *** Every time a .o is added below it needs to be added to *** the lib/tt/lib Imakefile in DB_OBJS and SHARED_DB_OBJS