diff options
Diffstat (limited to 'security/ssh2/files/patch-ad')
-rw-r--r-- | security/ssh2/files/patch-ad | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/security/ssh2/files/patch-ad b/security/ssh2/files/patch-ad index 529e8453d8f1..f577701a086e 100644 --- a/security/ssh2/files/patch-ad +++ b/security/ssh2/files/patch-ad @@ -1,10 +1,11 @@ ---- lib/sshreadline/Makefile.in.orig Tue May 11 17:35:03 1999 -+++ lib/sshreadline/Makefile.in Fri Jun 18 16:02:51 1999 -@@ -108,7 +108,6 @@ - INCLUDES = -I$(srcdir) -I. -I../.. \ - -I$(top_builddir) -I$(top_srcdir) \ - -I../sshmath -I$(srcdir)/../sshmath \ -- -I../zlib -I$(srcdir)/../zlib \ - -I../sshutil -I$(srcdir)/../sshutil - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../../sshconf.h +--- lib/sshreadline/Makefile.in.orig Thu Mar 30 21:41:55 2000 ++++ lib/sshreadline/Makefile.in Wed May 17 18:06:26 2000 +@@ -120,7 +120,7 @@ + include_HEADERS = sshreadline.h + # noinst_HEADERS = + +-ADD_INCLUDES = -I$(srcdir) -I. -I../.. -I$(top_builddir) -I$(top_srcdir) -I../sshmath -I$(srcdir)/../sshmath -I../zlib -I$(srcdir)/../zlib -I../sshutil -I$(srcdir)/../sshutil ++ADD_INCLUDES = -I$(srcdir) -I. -I../.. -I$(top_builddir) -I$(top_srcdir) -I../sshmath -I$(srcdir)/../sshmath -I../sshutil -I$(srcdir)/../sshutil + + + INCLUDES = $(ADD_INCLUDES) -I$(srcdir) -I. -I$(top_srcdir) -I$(top_builddir) -I$(top_builddir)/include -I$(top_srcdir)/lib/sshutil |