From: Peter Howkins Date: Mon, 2 Apr 2012 13:56:05 +0000 (+0100) Subject: -fpermissive to allow GCC to compile old C++ X-Git-Tag: 2.2.0a~26^2~59 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5c6f7d5317ff7fef18c1fc5e8fc7d3f1df419c65;p=oweals%2Fcde.git -fpermissive to allow GCC to compile old C++ --- diff --git a/cde/programs/dtmail/MotifApp/Imakefile b/cde/programs/dtmail/MotifApp/Imakefile index cdf849e7..67943696 100644 --- a/cde/programs/dtmail/MotifApp/Imakefile +++ b/cde/programs/dtmail/MotifApp/Imakefile @@ -34,6 +34,11 @@ EXTRA_C++OPTIONS = -xF +p +w $(SPRO_V3_OPTIONS) #endif /* SunArchitecture */ +#if defined(LinuxDistribution) +CXXEXTRA_DEFINES = -fpermissive +#endif + + HEADERS = SRCS = \