summaryrefslogtreecommitdiff
path: root/sysutils/rtty/patches
diff options
context:
space:
mode:
authoragc <agc>1997-10-29 11:11:15 +0000
committeragc <agc>1997-10-29 11:11:15 +0000
commit17ffbf7057392bd6a17ee649fb78fc2ac9e5db7c (patch)
tree11209c0a12c5f252c44a5c8c0336765cd5593491 /sysutils/rtty/patches
parentcd533ccd1db4a2bc199762b08f129445a1da8816 (diff)
downloadpkgsrc-17ffbf7057392bd6a17ee649fb78fc2ac9e5db7c.tar.gz
Initial import of Paul Vixie's rtty software, from the FreeBSD ports
collection, into the NetBSD package system.
Diffstat (limited to 'sysutils/rtty/patches')
-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)