Seems there were some other changes that made it work, so disabling it
was unnecessary.
>From e12c05fd2b51777d4b11f024f59613a4dfb7ec75 Mon Sep 17 00:00:00 2001
From: Pascal Stumpf <pascal.stu...@cubes.de>
Date: Sun, 12 Aug 2012 14:45:34 +0200
Subject: [PATCH] dtmail actually does work now on OpenBSD due to other
 changes.

---
 cde/programs/Imakefile |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/cde/programs/Imakefile b/cde/programs/Imakefile
index aefb92f..5dcebce 100644
--- a/cde/programs/Imakefile
+++ b/cde/programs/Imakefile
@@ -19,14 +19,9 @@ DTINFODIR =
 DTKSHDIR = dtksh
 DTINFODIR = dtinfo
 #endif
-#if defined(OpenBSDArchitecture)
-DTMAILDIR =
-#else
-DTMAILDIR = dtmail
-#endif
 
 
-SUBDIRS = dthelp dsdm $(DTMAILDIR) dtpad dtfile dtwm dtlogin \
+SUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
        dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
        dtcalc dtaction dtspcd \
        dtscreen $(DTKSHDIR) dtcm dtsearchpath \
@@ -35,7 +30,7 @@ SUBDIRS = dthelp dsdm $(DTMAILDIR) dtpad dtfile dtwm dtlogin \
        dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
        dtpdmd $(DTINFODIR) $(EXTRADIRS)
 
-LINTSUBDIRS = dthelp dsdm $(DTMAILDIR) dtpad dtfile dtlogin dtwm \
+LINTSUBDIRS = dthelp dsdm dtmail dtpad dtfile dtlogin dtwm \
        dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
        dtcalc dtaction dtcreate \
        dtscreen $(DTKSHDIR) dtcm dtsearchpath \
@@ -43,11 +38,6 @@ LINTSUBDIRS = dthelp dsdm $(DTMAILDIR) dtpad dtfile dtlogin 
dtwm \
        dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
        dtpdmd $(DTINFODIR) $(EXTRADIRS)
 
-#if !defined(OpenBSDArchitecture)
-SUBDIRS += dtmail
-LINTSUBDIRS += dtmail
-#endif
-
 MakeSubdirs($(SUBDIRS))
 DependSubdirs($(SUBDIRS))
 LintSubdirs($(LINTSUBDIRS))
-- 
1.7.6

------------------------------------------------------------------------------
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

Reply via email to