mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
d02cf33167
ports/3175.
25 lines
582 B
Plaintext
25 lines
582 B
Plaintext
--- ./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
|