From d1f3e24eac90d84e85e2a72002b4f232f08149d2 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Tue, 13 Mar 2012 16:15:22 +0000 Subject: [PATCH] Use C++ linker Add in freetype headers Use system provided -lXdmcp and -Xau instead of trying to compile them from the imports directory. --- cde/programs/dtlogin/Imakefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cde/programs/dtlogin/Imakefile b/cde/programs/dtlogin/Imakefile index dbaa3f6c..4bdc5760 100644 --- a/cde/programs/dtlogin/Imakefile +++ b/cde/programs/dtlogin/Imakefile @@ -122,6 +122,12 @@ SYS_LIBRARIES = -lm -lXdmcp #ifdef LinuxArchitecture SYS_LIBRARIES = -lm -lcrypt +/* On Linux, just use the system provided Xau and Xdmcp*/ +DEPXAUTHLIB = +DEPXDMCPLIB = +/* Add in freetype header locations, required for modern Motif libs */ +INCLUDES = -I/usr/include/freetype2 +CCLINK = $(CXX) #endif /************************************************************************** -- 2.25.1