Build dtksh on OpenBSD.
authorPascal Stumpf <Pascal.Stumpf@cubes.de>
Sun, 19 Aug 2012 16:33:42 +0000 (18:33 +0200)
committerJon Trulson <jon@radscan.com>
Mon, 20 Aug 2012 00:14:37 +0000 (18:14 -0600)
This needs ksh93 to bootstrap, available in the openbsd-wip for now as a port,
due to be committed some time soon ...

cde/config/cf/OpenBSD.cf
cde/programs/Imakefile

index f0ba631ebf270143d1b80b3affbc6ebae44d935c..dab1cecc48ab6f2938b52d9e1f7e608710b46a3a 100644 (file)
@@ -1028,5 +1028,9 @@ install:: fonts.alias                                                     @@\
 #define RandomMotifMessageCatalogRule(target)
 #endif
 
+#ifndef KornShell
+#define KornShell               /usr/local/bin/ksh93
+#endif
+
 /* This must come last */
 #include <bsdLib.rules>
index c8f30312678722d9285676eaf82ca1ec1efcecdb..4b1e1d05f0dd9300072da3924f79bcffeaabee75 100644 (file)
@@ -9,10 +9,10 @@ EXTRADIRS = types localized tttypes $(NSGMLSDIR) util
 
 XCOMM some of these cannot be built on linux yet.
 XCOMM dtksh dtinfo
-#if defined(LinuxArchitecture) || defined(OpenBSDArchitecture)
+#if defined(LinuxArchitecture)
 DTKSHDIR = 
 DTINFODIR = 
-#elif defined(FreeBSDArchitecture)
+#elif defined(FreeBSDArchitecture) || defined(OpenBSDArchitecture)
 DTKSHDIR = dtksh
 DTINFODIR = 
 #else