diff options
Diffstat (limited to 'math/slsc/files')
| -rw-r--r-- | math/slsc/files/patch-aa | 11 | ||||
| -rw-r--r-- | math/slsc/files/patch-ab | 13 |
2 files changed, 24 insertions, 0 deletions
diff --git a/math/slsc/files/patch-aa b/math/slsc/files/patch-aa new file mode 100644 index 000000000000..8c8274ebd279 --- /dev/null +++ b/math/slsc/files/patch-aa @@ -0,0 +1,11 @@ +--- src/sc.c.orig Mon Aug 26 16:17:19 1996 ++++ src/sc.c Fri Dec 31 11:34:54 1999 +@@ -870,7 +870,7 @@ + sc_init_keymaps (); + + init_slcmd_table (); +- SLang_Error_Routine = slang_sc_error; ++ /* SLang_Error_Routine = slang_sc_error; */ + + for (i = 0; i < SC_REGION_COLOR; i++) + SLtt_set_mono (i, NULL, 0); diff --git a/math/slsc/files/patch-ab b/math/slsc/files/patch-ab new file mode 100644 index 000000000000..1a5a7662bb18 --- /dev/null +++ b/math/slsc/files/patch-ab @@ -0,0 +1,13 @@ +--- src/Makefile.in.orig Thu Jan 6 14:05:10 2000 ++++ src/Makefile.in Thu Jan 6 14:06:54 2000 +@@ -39,8 +39,8 @@ + # Root directory where slsc files are going to be kept. + # MAKE SURE THAT THE '#'IMMEDIATELY FOLLOWS THE PATH. THERE CAN BE NO + # WHITESPACE HERE! You might want to use the second form. +-SLSC_ROOT = /usr/local/lib/slsc# <--- Note location of the `#' !!! +-SLSC_BIN = /usr/local/bin ++SLSC_ROOT = ${PREFIX}/share/slsc# <--- Note location of the `#' !!! ++SLSC_BIN = ${PREFIX}/bin + #--------------------------------------------------------------------------- + # 5. Misc + #--------------------------------------------------------------------------- |
