From: Peter Howkins Date: Mon, 12 Mar 2012 15:19:36 +0000 (+0000) Subject: -fpermissive to allow gcc to compile old C++ X-Git-Tag: 2.2.0a~26^2~88 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=baf772785bb534c698fade7cb2b3092e7d8f89cf;p=oweals%2Fcde.git -fpermissive to allow gcc to compile old C++ --- 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