mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Build dtksh on OpenBSD.
This needs ksh93 to bootstrap, available in the openbsd-wip for now as a port, due to be committed some time soon ...
This commit is contained in:
parent
b578dca486
commit
3629a61f7c
2 changed files with 6 additions and 2 deletions
|
@ -1028,5 +1028,9 @@ install:: fonts.alias @@\
|
||||||
#define RandomMotifMessageCatalogRule(target)
|
#define RandomMotifMessageCatalogRule(target)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef KornShell
|
||||||
|
#define KornShell /usr/local/bin/ksh93
|
||||||
|
#endif
|
||||||
|
|
||||||
/* This must come last */
|
/* This must come last */
|
||||||
#include <bsdLib.rules>
|
#include <bsdLib.rules>
|
||||||
|
|
|
@ -9,10 +9,10 @@ EXTRADIRS = types localized tttypes $(NSGMLSDIR) util
|
||||||
|
|
||||||
XCOMM some of these cannot be built on linux yet.
|
XCOMM some of these cannot be built on linux yet.
|
||||||
XCOMM dtksh dtinfo
|
XCOMM dtksh dtinfo
|
||||||
#if defined(LinuxArchitecture) || defined(OpenBSDArchitecture)
|
#if defined(LinuxArchitecture)
|
||||||
DTKSHDIR =
|
DTKSHDIR =
|
||||||
DTINFODIR =
|
DTINFODIR =
|
||||||
#elif defined(FreeBSDArchitecture)
|
#elif defined(FreeBSDArchitecture) || defined(OpenBSDArchitecture)
|
||||||
DTKSHDIR = dtksh
|
DTKSHDIR = dtksh
|
||||||
DTINFODIR =
|
DTINFODIR =
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue