From 2263897ac8edbad4bda3207331365609600bdab2 Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Sat, 2 May 1998 21:07:10 +0000 Subject: Bugfix: (1) /usr/local/lib/mule/site-lisp/site-start.el is fixed (2) /usr/X11R6/info is added to Info-default-directory-list in site-start.el (3) mule can work on FreeBSD-current (this problem is about new ld.so). PR: 6030 Submitted by: maintainer --- textproc/coco/files/patch-ac | 5 +++-- textproc/coco/files/site-start.el.tmpl | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'textproc') diff --git a/textproc/coco/files/patch-ac b/textproc/coco/files/patch-ac index f9d3e07d53be..b302648cb3ff 100644 --- a/textproc/coco/files/patch-ac +++ b/textproc/coco/files/patch-ac @@ -1,5 +1,5 @@ --- ../mule-2.3.org/src/s/freebsd.h.org Fri Nov 4 03:11:17 1994 -+++ ./src/s/freebsd.h Wed Aug 9 02:29:56 1995 ++++ ./src/s/freebsd.h Mon Feb 16 17:29:31 1998 @@ -31,10 +31,10 @@ #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) @@ -13,12 +13,13 @@ /* Reread the time zone on startup. */ #define LOCALTIME_CACHE -@@ -81,6 +81,8 @@ +@@ -81,6 +81,9 @@ #define BSD 199103 #elif __FreeBSD__ == 2 #define BSD 199306 +#elif __FreeBSD__ == 3 +#define BSD 199506 ++#define FREEBSD_NEW_LDSO #endif #define WAITTYPE int diff --git a/textproc/coco/files/site-start.el.tmpl b/textproc/coco/files/site-start.el.tmpl index d5a9dfa4453a..621eb74cd85c 100644 --- a/textproc/coco/files/site-start.el.tmpl +++ b/textproc/coco/files/site-start.el.tmpl @@ -1,3 +1,5 @@ +;; BEGIN mule-family +;; ;; Chinese ;;(load "its/erpin") ;;(load "its/zhuyin") @@ -34,4 +36,7 @@ (setq Info-default-directory-list (append (list "/usr/share/info" + "/usr/X11R6/info" ) Info-default-directory-list)) + +;; END mule-family -- cgit v1.2.3