diff options
Diffstat (limited to 'security/ssh2/files/patch-ac')
-rw-r--r-- | security/ssh2/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/ssh2/files/patch-ac b/security/ssh2/files/patch-ac new file mode 100644 index 000000000000..371c450ac128 --- /dev/null +++ b/security/ssh2/files/patch-ac @@ -0,0 +1,11 @@ +--- lib/sshcrypt/Makefile.in.old Tue Nov 24 18:24:57 1998 ++++ lib/sshcrypt/Makefile.in Tue Nov 24 18:25:21 1998 +@@ -173,7 +173,7 @@ + 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../sshmath -I$(srcdir)/../sshmath \ + -I../sshscard -I$(srcdir)/../sshscard \ + -I../trq -I$(srcdir)/../trq + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |