mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
15 lines
424 B
Text
15 lines
424 B
Text
--- ./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
|