From 77ed6f7ee32b03b16629213788c623251b7978d8 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Mon, 12 Mar 2012 15:18:09 +0000 Subject: [PATCH] -fpermissive to allow GCC to compile old C++ --- cde/programs/dtprintinfo/UI/Imakefile | 5 +++++ 1 file changed, 5 insertions(+) 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 \ -- 2.25.1