diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-02-22 07:46:27 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-02-22 07:46:27 +0000 |
| commit | 5f61fc6ba75ee817b99ba5da9fe7180aa2532a6e (patch) | |
| tree | 5351f04271ff6963ccf2f626d786836b39733b71 /net/SSLtelnet/files/patch-ai | |
| parent | 114c0d799db08c9d9b0c6b9eaea9384a5757af45 (diff) | |
Fix build for -stable
Submitted by: Jim Bloom <bloom@acm.org>
Diffstat (limited to 'net/SSLtelnet/files/patch-ai')
| -rw-r--r-- | net/SSLtelnet/files/patch-ai | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/SSLtelnet/files/patch-ai b/net/SSLtelnet/files/patch-ai index a9b2cd3df801..812ce63d3383 100644 --- a/net/SSLtelnet/files/patch-ai +++ b/net/SSLtelnet/files/patch-ai @@ -1,6 +1,6 @@ --- telnet/Makefile.orig Sat Aug 2 01:30:16 1997 -+++ telnet/Makefile Tue Feb 1 09:16:29 2000 -@@ -6,17 +6,11 @@ ++++ telnet/Makefile Sun Feb 20 17:28:27 2000 +@@ -6,17 +6,12 @@ PROG= telnet @@ -9,7 +9,8 @@ - -I../lib/libbsd/include -I../lib \ - -I$(SSLTOP)/include +CFLAGS+= -DKLUDGELINEMODE -DUSE_TERMIO -DAUTHENTICATE -DUSE_SSL \ -+ -DFILIO_H -I../lib -I../lib/libbsd/include -I$(OPENSSLINC)/openssl ++ -DFILIO_H -I../lib -I../lib/libbsd/include -I$(OPENSSLINC)/openssl \ ++ -I$(OPENSSLINC) -LIBS= ../lib/libtelnet/libtelnet.a \ |
