diff options
Diffstat (limited to 'net/tn3270/files')
| -rw-r--r-- | net/tn3270/files/patch-aa | 16 | ||||
| -rw-r--r-- | net/tn3270/files/patch-ab | 10 |
2 files changed, 22 insertions, 4 deletions
diff --git a/net/tn3270/files/patch-aa b/net/tn3270/files/patch-aa index 0a39978383a1..ea87d58d6fa4 100644 --- a/net/tn3270/files/patch-aa +++ b/net/tn3270/files/patch-aa @@ -1,7 +1,15 @@ ---- tn3270/Makefile.ORIG Mon Aug 30 20:49:39 1999 -+++ tn3270/Makefile Mon Aug 30 21:08:05 1999 -@@ -6,7 +6,7 @@ - LDADD= -lcurses -ltermcap -ltelnet -lcrypt +--- tn3270/Makefile Mon Aug 30 22:22:49 1999 ++++ tn3270/Makefile Tue Mar 27 12:49:06 2001 +@@ -1,12 +1,14 @@ + # @(#)Makefile 8.1 (Berkeley) 6/6/93 + ++LIBTELNET=${.CURDIR}/../libtelnet/libtelnet.a ++ + PROG= tn3270 + CFLAGS+=-I${.CURDIR} -I. + DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBTELNET} ${LIBCRYPT} +-LDADD= -lcurses -ltermcap -ltelnet -lcrypt ++LDADD= -lcurses -ltermcap ${LIBTELNET} -lcrypt CLEANFILES+= asc_disp.OUT asc_disp.out disp_asc.OUT disp_asc.out TMPfunc.out .PATH: ${.CURDIR}/../api ${.CURDIR}/../ascii ${.CURDIR}/../ctlr -.PATH: ${.CURDIR}/../general ${.CURDIR}/../sys_curses ${.CURDIR}/../../telnet diff --git a/net/tn3270/files/patch-ab b/net/tn3270/files/patch-ab new file mode 100644 index 000000000000..71767b0dfd13 --- /dev/null +++ b/net/tn3270/files/patch-ab @@ -0,0 +1,10 @@ +--- Makefile Sun Sep 13 16:20:23 1998 ++++ Makefile Tue Mar 27 12:51:31 2001 +@@ -10,6 +10,7 @@ + # + # XXX this doesn't fix the problem for `make depend' either. + SUBDIR= tools ++SUBDIR+=libtelnet + .endif + + SUBDIR+=tn3270 mset |
