summaryrefslogtreecommitdiff
path: root/devel/rust/libressl-openssl-sys.patch
diff options
context:
space:
mode:
authorrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
committerrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
commitc82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch)
tree56d864b5a5c6c145edd96178ae219a8f90e191a6 /devel/rust/libressl-openssl-sys.patch
downloadports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'devel/rust/libressl-openssl-sys.patch')
-rw-r--r--devel/rust/libressl-openssl-sys.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/rust/libressl-openssl-sys.patch b/devel/rust/libressl-openssl-sys.patch
new file mode 100644
index 0000000..ff53635
--- /dev/null
+++ b/devel/rust/libressl-openssl-sys.patch
@@ -0,0 +1,11 @@
+--- a/vendor/openssl-sys-0.9.114/build/main.rs
++++ b/vendor/openssl-sys-0.9.114/build/main.rs
+@@ -429,6 +429,7 @@
+ (4, 1, 0) => ('4', '1', '0'),
+ (4, 1, _) => ('4', '1', 'x'),
+ (4, 2, _) => ('4', '2', 'x'),
+ (4, 3, _) => ('4', '3', 'x'),
++ (_, _, _) => ('x', 'x', 'x'),
+ _ => version_error(),
+ };
+