diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-10-25 14:43:22 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-10-25 14:43:22 +0000 |
| commit | 09e4bf104834459cfc7cae3b338ce2347f9fddfa (patch) | |
| tree | d5a3c34d3056ddb47e932950211e9b61b2fe6325 /security/ssh/files/patch-be | |
| parent | We already have a prototype for alloca() in stdlib.h, no need to (diff) | |
Quoting the submitter:
---snip---
- Revert the partially enabled building and usage of the libgmp version
shipping with ssh introduced with the upgrade to 1.2.33. For -current
depend on math/libgmp-freebsd and use the libgmp in the base system
for -stable like this port did before. This fixes compilation on
-current and turns of the annoying errors when the configure of the
ssh-enclosed libgmp tests the optimisations using the wrong assembler-
syntax on 4-stable. The later causes configure to hang on 3-stable.
- Don't define 'REALLY_WANT_SSH=1' in the Makefile else the FORBIDDEN
for FreeBSD systems shipping with OpenSSH in the base-distribution and
not defining 'REALLY_WANT_SSH' is useless. This was also broken with
the last commit.
Tested on 5.0-current, 4-stable and 3-stable.
---snip---
Submitted by: marius@alchemy.franken.de
Diffstat (limited to 'security/ssh/files/patch-be')
| -rw-r--r-- | security/ssh/files/patch-be | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ssh/files/patch-be b/security/ssh/files/patch-be index 875f6bcfbd25..4a13d5dccb48 100644 --- a/security/ssh/files/patch-be +++ b/security/ssh/files/patch-be @@ -358,7 +358,7 @@ AC_MSG_RESULT($PIDDIR) -AC_CONFIG_SUBDIRS(gmp-2.0.2-ssh-2) -+AC_CONFIG_SUBDIRS(gmp-2.0.2-ssh-2) ++#AC_CONFIG_SUBDIRS(gmp-2.0.2-ssh-2) AC_ARG_PROGRAM |
