summaryrefslogtreecommitdiff
path: root/sysutils/rtty/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/rtty/patches/patch-aa')
-rw-r--r--sysutils/rtty/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/rtty/patches/patch-aa b/sysutils/rtty/patches/patch-aa
new file mode 100644
index 00000000000..79fd83320fc
--- /dev/null
+++ b/sysutils/rtty/patches/patch-aa
@@ -0,0 +1,13 @@
+--- 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)