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: nia
Date: Wed May 1 21:11:18 UTC 2024
Modified Files:
pkgsrc/security/openssl: options.mk
Log Message:
openssl: Threads broken with Darwin/ppc, pointed out by schmonz
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/openssl/options.mk
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/options.mk
diff -u pkgsrc/security/openssl/options.mk:1.14 pkgsrc/security/openssl/options.mk:1.15
--- pkgsrc/security/openssl/options.mk:1.14 Tue Apr 9 17:16:45 2024
+++ pkgsrc/security/openssl/options.mk Wed May 1 21:11:18 2024
@@ -1,8 +1,13 @@
-# $NetBSD: options.mk,v 1.14 2024/04/09 17:16:45 wiz Exp $
+# $NetBSD: options.mk,v 1.15 2024/05/01 21:11:18 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openssl
PKG_SUPPORTED_OPTIONS= zlib threads
+
+.include "../../mk/bsd.fast.prefs.mk"
+
+.if !${MACHINE_PLATFORM:MDarwin-*-powerpc*}
PKG_SUGGESTED_OPTIONS= threads
+.endif
.include "../../mk/bsd.options.mk"
Home |
Main Index |
Thread Index |
Old Index