freebsd-ports/sysutils/rtty/files/patch-aa
Jordan K. Hubbard 0372ef5da9 rtty 3.2
Obtained from: Paul Vixie
1996-08-24 18:46:57 +00:00

14 lines
460 B
Plaintext

--- Makefile.orig Fri Aug 23 16:46:42 1996
+++ Makefile Sat Aug 24 02:14:12 1996
@@ -38,8 +38,8 @@
CDEFS = -DDEBUG -UWANT_TCPIP -UNEED_BITYPES_H -UNEED_STRDUP -UNEED_INET_ATON \
-UNO_SOCKADDR_LEN -UNO_HSTRERROR
#
-CFLAGS = $(CDEBUG) $(CDEFS) -I/usr/local/include
-LIBS =
+CFLAGS = $(CDEBUG) $(CDEFS)
+LIBS = -lcrypt
#(if WANT_TCPIP defined and this isn't in your libc)
# -lresolv
#(if the resolver needs it, which BIND>=4.9's will on BSD>=4.4 systems)