summaryrefslogtreecommitdiff
path: root/textproc/coco/files/patch-ac
blob: b302648cb3ffc31c1246438d5a9f2f6f8b3aef4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- ../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