diff options
Diffstat (limited to 'ckermit/ckermit-209')
-rw-r--r-- | ckermit/ckermit-209/compile.patch | 18 | ||||
-rw-r--r-- | ckermit/ckermit-209/cross.patch | 11 |
2 files changed, 29 insertions, 0 deletions
diff --git a/ckermit/ckermit-209/compile.patch b/ckermit/ckermit-209/compile.patch index e69de29bb2..6158f15b75 100644 --- a/ckermit/ckermit-209/compile.patch +++ b/ckermit/ckermit-209/compile.patch @@ -0,0 +1,18 @@ +--- ckermit-209/ckuus7.c~compile 2004-05-09 02:46:34.000000000 -0400 ++++ ckermit-209/ckuus7.c 2004-05-09 02:49:03.000000000 -0400 +@@ -13169,6 +13169,7 @@ + return (savkeys(s,disp)); + #endif /* NOSETKEY */ + ++#if defined(OS2) || ! defined(NORECALL) + case XSCMD: /* SAVE COMMAND.. */ + #ifdef OS2 + #ifndef NOLOCAL +@@ -13181,6 +13182,7 @@ + return(success = savhistory(s,disp)); + break; + #endif /* NORECALL */ ++#endif /* OS2 || ! NORECALL */ + + #ifdef OS2 + #ifndef NOLOCAL diff --git a/ckermit/ckermit-209/cross.patch b/ckermit/ckermit-209/cross.patch index e69de29bb2..72f18b651e 100644 --- a/ckermit/ckermit-209/cross.patch +++ b/ckermit/ckermit-209/cross.patch @@ -0,0 +1,11 @@ +--- ckermit-209/makefile~crosscompile ++++ ckermit-209/makefile +@@ -1391,7 +1391,7 @@ + ckctel.$(EXT): ckcsym.h ckcdeb.h ckcker.h ckcnet.h ckctel.h ckclib.h + + wart: ckwart.$(EXT) +- $(CC) $(LNKFLAGS) -o wart ckwart.$(EXT) $(LIBS) ++ $(CC_FOR_BUILD) -o wart ckwart.c + + ckcmdb.$(EXT): ckcmdb.c ckcdeb.h ckcsym.h ckclib.h + |