pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssl openssl: Spell x86_64 correctly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c30bbb0b8f9b
branches:  trunk
changeset: 423202:c30bbb0b8f9b
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Feb 12 19:49:23 2020 +0000

description:
openssl: Spell x86_64 correctly.

diffstat:

 security/openssl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3c23917cdd28 -r c30bbb0b8f9b security/openssl/Makefile
--- a/security/openssl/Makefile Wed Feb 12 19:10:45 2020 +0000
+++ b/security/openssl/Makefile Wed Feb 12 19:49:23 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.253 2020/02/12 15:14:57 rillig Exp $
+# $NetBSD: Makefile,v 1.254 2020/02/12 19:49:23 jperkin Exp $
 
 DISTNAME=      openssl-1.1.1d
 PKGREVISION=   2
@@ -30,7 +30,7 @@
 # If the config script cannot guess the host system correctly then we need to
 # specify it manually and call the Configure script directly.
 OPENSSL_HOST.SunOS-i386=       solaris-x86-gcc
-OPENSSL_HOST.SunOS-x86_64=     solaris64-x86-gcc
+OPENSSL_HOST.SunOS-x86_64=     solaris64-x86_64-gcc
 
 .if defined(OPENSSL_HOST.${OPSYS}-${MACHINE_ARCH})
 CONFIG_SHELL=          ${PERL5}



Home | Main Index | Thread Index | Old Index