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:   wiz
Date:           Wed Apr 10 10:34:13 UTC 2024

Modified Files:
        pkgsrc/security/openssl: Makefile

Log Message:
openssl: sh3 is not a valid MACHINE_ARCH, split into sh3eb/sh3el


To generate a diff of this commit:
cvs rdiff -u -r1.297 -r1.298 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.297 pkgsrc/security/openssl/Makefile:1.298
--- pkgsrc/security/openssl/Makefile:1.297      Tue Apr  9 17:16:45 2024
+++ pkgsrc/security/openssl/Makefile    Wed Apr 10 10:34:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.297 2024/04/09 17:16:45 wiz Exp $
+# $NetBSD: Makefile,v 1.298 2024/04/10 10:34:13 wiz Exp $
 
 # Remember to upload-distfiles when updating OpenSSL -- otherwise it
 # is not possible for users who have bootstrapped without OpenSSL
@@ -38,7 +38,8 @@ MAKE_FLAGS+=          MANDIR=${PREFIX}/${PKGMAND
        (${MACHINE_ARCH} == "mips") || \
        (${MACHINE_ARCH} == "powerpc") || \
        (${MACHINE_ARCH} == "riscv32") || \
-       (${MACHINE_ARCH} == "sh3") || \
+       (${MACHINE_ARCH} == "sh3eb") || \
+       (${MACHINE_ARCH} == "sh3el") || \
        (${MACHINE_ARCH} == "sparc") || \
        (${MACHINE_ARCH} == "vax"))
 # Use OpenSSL's built-in fallbacks (not actually clang-specific)



Home | Main Index | Thread Index | Old Index