diff options
author | dima <dima@FreeBSD.org> | 1998-09-26 12:42:09 +0800 |
---|---|---|
committer | dima <dima@FreeBSD.org> | 1998-09-26 12:42:09 +0800 |
commit | c6acfa345f523417662836ed5583c87989f9d107 (patch) | |
tree | 2aca725bea674d17d5bb28c334adde707b193005 /security | |
parent | 1cadc61b67d3f211e848fe053c922bdbf6917064 (diff) | |
download | freebsd-ports-gnome-c6acfa345f523417662836ed5583c87989f9d107.tar.gz freebsd-ports-gnome-c6acfa345f523417662836ed5583c87989f9d107.tar.zst freebsd-ports-gnome-c6acfa345f523417662836ed5583c87989f9d107.zip |
Make RSA stuff work on alpha (or on any other 64bit architecture)
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 3 | ||||
-rw-r--r-- | security/ssh2/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 8b56942b7285..e81f93518e84 100644 --- a/security/ssh/Makefile +++ b/security/ssh/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: 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: |