2263897ac8
(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
26 lines
622 B
Plaintext
26 lines
622 B
Plaintext
--- ../mule-2.3.org/src/s/freebsd.h.org Fri Nov 4 03:11:17 1994
|
|
+++ ./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)
|
|
|
|
-#define LIBS_DEBUG
|
|
+#define LIBS_DEBUG -lcrypt
|
|
#define LIBS_SYSTEM -lutil
|
|
#define LIBS_TERMCAP -ltermcap
|
|
-#define LIB_GCC -lgcc
|
|
+#define LIB_GCC /usr/lib/libgcc.a
|
|
|
|
/* Reread the time zone on startup. */
|
|
#define LOCALTIME_CACHE
|
|
@@ -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
|