summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-02-12 19:49:23 +0000
committerjperkin <jperkin@pkgsrc.org>2020-02-12 19:49:23 +0000
commit53c0aad94c332d8b7af6066facbefa9135b6bb10 (patch)
tree7c73435ac0eeb428d27fc3973dd82e1b14b1fef0
parent7edf951227be3edada256e15ca29cf77065ef5b2 (diff)
downloadpkgsrc-53c0aad94c332d8b7af6066facbefa9135b6bb10.tar.gz
openssl: Spell x86_64 correctly.
-rw-r--r--security/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index b5042d9b348..c1619c9d393 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -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 @@ CONFIGURE_ENV+= PERL=${PERL5:Q}
# 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}