Hi, I have a little remark to programs/Imakefile
On 09/06/12 13:45, Marcin Cieslak wrote: > diff --git a/cde/programs/Imakefile b/cde/programs/Imakefile > index 4b1e1d0..5f9b6bc 100644 > --- a/cde/programs/Imakefile > +++ b/cde/programs/Imakefile > @@ -12,28 +12,39 @@ XCOMM dtksh dtinfo > #if defined(LinuxArchitecture) > DTKSHDIR = > DTINFODIR = > -#elif defined(FreeBSDArchitecture) || defined(OpenBSDArchitecture) > +DTCMDIR = dtcm > +DTLOGINDIR = dtlogin > +#elif defined(OpenBSDArchitecture) > DTKSHDIR = dtksh > DTINFODIR = > +DTCMDIR = dtcm > +DTLOGINDIR = dtlogin > +#elif defined(FreeBSDArchitecture) > +DTKSHDIR = dtksh > +DTINFODIR = > +DTCMDIR = dtcm > +DTLOGINDIR = dtlogin/config > #else > DTKSHDIR = dtksh > DTINFODIR = dtinfo > +DTCMDIR = dtcm > +DTLOGINDIR = dtlogin > #endif It's not necessary to disable dtlogin on FreeBSD. Yesterday I submitted a patch for it (and for dtcm). It compiles now and it runs, tested on 32bit and 64bit. And why did you introduce a new variable DTCMDIR if it always has the same value? As a conclusion to this I don't think that it is necessary to change programs/Imakefile this time. bye, Ulrich -- Ulrich Wilkens Email: m...@uwilkens.de ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel