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 --- editors/mule-common/files/patch-ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'editors/mule-common/files/patch-ac') diff --git a/editors/mule-common/files/patch-ac b/editors/mule-common/files/patch-ac index f9d3e07d53be..b302648cb3ff 100644 --- a/editors/mule-common/files/patch-ac +++ b/editors/mule-common/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 -- cgit v1.2.3