From 3984d5a45b7b3e521785f21cff4da85c0e8d9fa1 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Tue, 13 Mar 2012 17:18:35 +0000 Subject: [PATCH] On linux use the system provided libXau rather than one from the imports directory (that would have linked to the X11 tree). --- cde/programs/dtpdmd/Imakefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cde/programs/dtpdmd/Imakefile b/cde/programs/dtpdmd/Imakefile index 18e6467c..6f346ad7 100644 --- a/cde/programs/dtpdmd/Imakefile +++ b/cde/programs/dtpdmd/Imakefile @@ -36,5 +36,11 @@ OBJS = dispatch.o dtpdmd.o mailbox.o \ manager.o records.o setup.o \ util.o nlmsg.o +#ifdef LinuxArchitecture +/* On Linux, just use the system provided Xau */ +DEPXAUTHLIB = +#endif + + ComplexProgramTarget(dtpdmd) -- 2.25.1