From 5c6f7d5317ff7fef18c1fc5e8fc7d3f1df419c65 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Mon, 2 Apr 2012 14:56:05 +0100 Subject: [PATCH] -fpermissive to allow GCC to compile old C++ --- cde/programs/dtmail/MotifApp/Imakefile | 5 +++++ 1 file changed, 5 insertions(+) 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 = \ -- 2.25.1