pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/openssl



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Feb 12 19:49:23 UTC 2020

Modified Files:
        pkgsrc/security/openssl: Makefile

Log Message:
openssl: Spell x86_64 correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.253 -r1.254 pkgsrc/security/openssl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/openssl/Makefile
diff -u pkgsrc/security/openssl/Makefile:1.253 pkgsrc/security/openssl/Makefile:1.254
--- pkgsrc/security/openssl/Makefile:1.253      Wed Feb 12 15:14:57 2020
+++ pkgsrc/security/openssl/Makefile    Wed Feb 12 19:49:23 2020
@@ -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}



Home | Main Index | Thread Index | Old Index