diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-02 04:17:19 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-02 04:17:19 +0000 |
commit | fcc315c342e01c0f53569966f52fa4238dfc9634 (patch) | |
tree | 15ecd9d18bb79bf28a4842ce9e2a80bab7a112ab /security/openssl/files/patch-config | |
parent | Update to 2.0.1 (diff) |
- Update to 0.9.6h
- md5 verified
- add test target
- make build on sparc64
Notes
Notes:
svn path=/head/; revision=72141
Diffstat (limited to 'security/openssl/files/patch-config')
-rw-r--r-- | security/openssl/files/patch-config | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/security/openssl/files/patch-config b/security/openssl/files/patch-config new file mode 100644 index 000000000000..8b31a44cfa03 --- /dev/null +++ b/security/openssl/files/patch-config @@ -0,0 +1,18 @@ +--- config.orig Thu Nov 14 08:30:29 2002 ++++ config Wed Dec 11 23:10:05 2002 +@@ -180,6 +180,7 @@ + Pentium\ II*) MACH="i686" ;; + Pentium* ) MACH="i586" ;; + Alpha* ) MACH="alpha" ;; ++ UltraSparc* ) MACH="sparc64" ;; + * ) MACH="$MACHINE" ;; + esac + case ${MACH} in +@@ -585,6 +586,7 @@ + *86*-*-solaris2) OUT="solaris-x86-$CC" ;; + *-*-sunos4) OUT="sunos-$CC" ;; + alpha*-*-freebsd*) OUT="FreeBSD-alpha" ;; ++ sparc64*-*-freebsd*) OUT="FreeBSD-sparc64" ;; + *-freebsd[3-9]*) OUT="FreeBSD-elf" ;; + *-freebsd[1-2]*) OUT="FreeBSD" ;; + *86*-*-netbsd) OUT="NetBSD-x86" ;; |