1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Make RSA stuff work on alpha (or on any other 64bit architecture)

This commit is contained in:
Dima Ruban 1998-09-26 04:42:09 +00:00
parent 28a7e4d9c8
commit 43f2f84d94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13398
2 changed files with 4 additions and 2 deletions

View File

@ -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:

View File

@ -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: