From: Peter Howkins Date: Mon, 12 Mar 2012 00:06:34 +0000 (+0000) Subject: -fpermissive to allow GCC to compile old C++ X-Git-Tag: 2.2.0a~26^2~129 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fc4f30fa88d72c04a2b43c369933d8fd7268e44b;p=oweals%2Fcde.git -fpermissive to allow GCC to compile old C++ --- diff --git a/cde/lib/tt/slib/Imakefile b/cde/lib/tt/slib/Imakefile index 86c180f7..fce522a7 100644 --- a/cde/lib/tt/slib/Imakefile +++ b/cde/lib/tt/slib/Imakefile @@ -17,6 +17,10 @@ DEPEND_DEFINES = $(CXXDEPENDINCLUDES) DEFINES = INCLUDES = -I. -I../lib +#if defined(LinuxDistribution) +CXXEXTRA_DEFINES = -fpermissive +#endif + SRCS = \ mp_ce_attrs.C mp_observer.C mp_observer_utils.C \ mp_otype.C mp_otype_utils.C mp_ptype.C \