1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/editors/mule-common/files/patch-ac

25 lines
582 B
Plaintext
Raw Normal View History

--- ./src/s/freebsd.h.org Fri Nov 4 03:11:17 1994
+++ ./src/s/freebsd.h Wed Aug 9 02:29:56 1995
@@ -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,8 @@
#define BSD 199103
#elif __FreeBSD__ == 2
#define BSD 199306
+#elif __FreeBSD__ == 3
+#define BSD 199506
#endif
#define WAITTYPE int