diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 03:16:44 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 03:16:44 +0000 |
commit | 4116b82a4050c7faf4ace09d00f44e69215412d2 (patch) | |
tree | c74ed8f81f57ec5d4672977a4c6354f77e16a595 /security/ssh2/files/patch-ac | |
parent | Update to version 0.1.32. (diff) |
Update to version 2.1.0pl2.
PR: 18620
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=28875
Diffstat (limited to 'security/ssh2/files/patch-ac')
-rw-r--r-- | security/ssh2/files/patch-ac | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/security/ssh2/files/patch-ac b/security/ssh2/files/patch-ac index f16064c3df5f..f0f554875ad8 100644 --- a/security/ssh2/files/patch-ac +++ b/security/ssh2/files/patch-ac @@ -1,10 +1,11 @@ ---- lib/sshcrypt/Makefile.in.orig Tue May 11 17:35:02 1999 -+++ lib/sshcrypt/Makefile.in Fri Jun 18 16:02:38 1999 -@@ -179,7 +179,6 @@ - -I$(top_builddir) -I$(top_srcdir) \ - -I../sshutil -I$(srcdir)/../sshutil \ - -I../sshmath -I$(srcdir)/../sshmath \ -- -I../zlib -I$(srcdir)/../zlib \ - -I../sshscard -I$(srcdir)/../sshscard \ - -I../trq -I$(srcdir)/../trq - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +--- lib/sshcrypt/Makefile.in.orig Thu Mar 30 21:41:53 2000 ++++ lib/sshcrypt/Makefile.in Wed May 17 18:05:36 2000 +@@ -140,7 +140,7 @@ + LDADD = libsshcrypt.a ../sshutil/libsshutil.a ../sshmath/libsshmath.a + + +-ADD_INCLUDES = -I../.. -I. -I$(srcdir) -I$(top_builddir) -I$(top_srcdir) -I../sshutil -I$(srcdir)/../sshutil -I../sshmath -I$(srcdir)/../sshmath -I../zlib -I$(srcdir)/../zlib -I../sshscard -I$(srcdir)/../sshscard -I../sshexternalkey -I$(srcdir)/../sshexternalkey -I../trq -I$(srcdir)/../trq ++ADD_INCLUDES = -I../.. -I. -I$(srcdir) -I$(top_builddir) -I$(top_srcdir) -I../sshutil -I$(srcdir)/../sshutil -I../sshmath -I$(srcdir)/../sshmath -I../sshscard -I$(srcdir)/../sshscard -I../sshexternalkey -I$(srcdir)/../sshexternalkey -I../trq -I$(srcdir)/../trq + + + INCLUDES = $(ADD_INCLUDES) -I$(srcdir) -I. -I$(top_srcdir) -I$(top_builddir) -I$(top_builddir)/include -I$(top_srcdir)/lib/sshutil |