aboutsummaryrefslogtreecommitdiff
path: root/security/ssh2
diff options
context:
space:
mode:
authorDima Ruban <dima@FreeBSD.org>1998-09-26 04:42:09 +0000
committerDima Ruban <dima@FreeBSD.org>1998-09-26 04:42:09 +0000
commit43f2f84d94f888978483680fe4921bf104d3d29c (patch)
treefdb3320c0066ce8e6a0730aee001b93d1ab50513 /security/ssh2
parent28a7e4d9c86c4fbe585f5628c802122c81ee4b8a (diff)
downloadports-43f2f84d94f888978483680fe4921bf104d3d29c.tar.gz
ports-43f2f84d94f888978483680fe4921bf104d3d29c.zip
Make RSA stuff work on alpha (or on any other 64bit architecture)
Notes
Notes: svn path=/head/; revision=13398
Diffstat (limited to 'security/ssh2')
-rw-r--r--security/ssh2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index 8b56942b7285..e81f93518e84 100644
--- a/security/ssh2/Makefile
+++ b/security/ssh2/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.63 1998/09/15 21:31:53 asami Exp $
+# $Id: Makefile,v 1.64 1998/09/17 10:53:31 asami Exp $
#
# Maximal ssh package requires YES values for
# USE_PERL, USE_TCPWRAP
@@ -100,6 +100,7 @@ fetch-depends:
post-extract:
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
@mv ${WRKDIR}/rsaref2 ${WRKSRC}/rsaref2
+ @(cd ${WRKSRC} && patch -s -p < ${FILESDIR}/rsa64.diff)
.endif
post-install: