From baf772785bb534c698fade7cb2b3092e7d8f89cf Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Mon, 12 Mar 2012 15:19:36 +0000 Subject: [PATCH] -fpermissive to allow gcc to compile old C++ --- cde/programs/dtprintinfo/Imakefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cde/programs/dtprintinfo/Imakefile b/cde/programs/dtprintinfo/Imakefile index ed42f6e5..c55d4965 100644 --- a/cde/programs/dtprintinfo/Imakefile +++ b/cde/programs/dtprintinfo/Imakefile @@ -23,6 +23,10 @@ all:: $(DTPRINTINFO_GEN) .NO_PARALLEL: #endif +#if defined(LinuxDistribution) +CXXEXTRA_DEFINES = -fpermissive +#endif + INCLUDES = -I. -I./UI -I./libUI -I./util -I./libUI/MotifUI \ -I./objects -I./objects/PrintObj -- 2.25.1