mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
d1ae7a460d
@ Don't need freebsd.h and unexsunos4.c anymore (these were taken from 19.28, with a minor modification, which is now known as patch-ac). @ Tweaked lib-src/Makefile.in.in so that it won't clobber existing emacs installation (patch-ab). @ Taken out -g from configure per someone's suggestion (patch-aa). @ Changed patch site to one in US. @ New md5 checksums.
12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
--- ./src/s/freebsd.h.org Mon Oct 24 21:18:02 1994
|
|
+++ ./src/s/freebsd.h Tue Jan 3 02:14:03 1995
|
|
@@ -31,7 +31,7 @@
|
|
|
|
#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
|