summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/tiny_httpd/files/tiny_httpd-0.17.0-noseq.patch')
-rw-r--r--dev-ml/tiny_httpd/files/tiny_httpd-0.17.0-noseq.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-ml/tiny_httpd/files/tiny_httpd-0.17.0-noseq.patch b/dev-ml/tiny_httpd/files/tiny_httpd-0.17.0-noseq.patch
new file mode 100644
index 000000000000..a5bb9531cfc8
--- /dev/null
+++ b/dev-ml/tiny_httpd/files/tiny_httpd-0.17.0-noseq.patch
@@ -0,0 +1,9 @@
+--- a/src/dune 2024-10-20 18:15:24.137632115 +0200
++++ b/src/dune 2024-10-20 18:15:39.144450132 +0200
+@@ -2,5 +2,5 @@
+ (name tiny_httpd)
+ (public_name tiny_httpd)
+ (flags :standard -open Tiny_httpd_core)
+- (libraries threads seq unix hmap tiny_httpd.core tiny_httpd.html
++ (libraries threads unix hmap tiny_httpd.core tiny_httpd.html
+ tiny_httpd.unix))