From: Peter Howkins Date: Mon, 12 Mar 2012 15:18:09 +0000 (+0000) Subject: -fpermissive to allow GCC to compile old C++ X-Git-Tag: 2.2.0a~26^2~89 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=77ed6f7ee32b03b16629213788c623251b7978d8;p=oweals%2Fcde.git -fpermissive to allow GCC to compile old C++ --- diff --git a/cde/programs/dtprintinfo/UI/Imakefile b/cde/programs/dtprintinfo/UI/Imakefile index 44fc8028..7a4d68e1 100644 --- a/cde/programs/dtprintinfo/UI/Imakefile +++ b/cde/programs/dtprintinfo/UI/Imakefile @@ -16,6 +16,11 @@ INCLUDES = -I. -I.. -I../libUI -I../libUI/MotifUI -I../objects -I../util -I../ob DEFINES = -DHAS_EXCEPTIONS #endif +#if defined(LinuxDistribution) +CXXEXTRA_DEFINES = -fpermissive +#endif + + SRCS = DtActions.C DtApp.C DtDetailsLabel.C \ DtFindD.C DtFindSet.C DtMainW.C \ DtPrinterIcon.C DtProps.C DtPrtJobIcon.C \