diff options
author | max <max@FreeBSD.org> | 1998-05-03 05:07:10 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1998-05-03 05:07:10 +0800 |
commit | 6609afcaea84533ddb331ce78e9530ccb4a246e0 (patch) | |
tree | 67e4815dbdf96ec829b65c15c6947f78c2c1b276 /textproc/coco | |
parent | 4e3a20e8d560231d8455c01cc1cd1b6dd14107c7 (diff) | |
download | freebsd-ports-gnome-6609afcaea84533ddb331ce78e9530ccb4a246e0.tar.gz freebsd-ports-gnome-6609afcaea84533ddb331ce78e9530ccb4a246e0.tar.zst freebsd-ports-gnome-6609afcaea84533ddb331ce78e9530ccb4a246e0.zip |
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
Diffstat (limited to 'textproc/coco')
-rw-r--r-- | textproc/coco/files/patch-ac | 5 | ||||
-rw-r--r-- | textproc/coco/files/site-start.el.tmpl | 5 |
2 files changed, 8 insertions, 2 deletions
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 |