summaryrefslogtreecommitdiff
path: root/editors/mule-common/files/patch-ac
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1998-05-02 21:07:10 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1998-05-02 21:07:10 +0000
commit2263897ac8edbad4bda3207331365609600bdab2 (patch)
tree231b9720da5a95b25255355521df48e8bb3fe626 /editors/mule-common/files/patch-ac
parentActivate libshhcards. (diff)
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
Notes
Notes: svn path=/head/; revision=10806
Diffstat (limited to 'editors/mule-common/files/patch-ac')
-rw-r--r--editors/mule-common/files/patch-ac5
1 files changed, 3 insertions, 2 deletions
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