gentoo-ebuilds/dev-ml/tiny_httpd/files/tiny_httpd-0.12-noseq.patch
Alfredo Tupone 0ded55eced
dev-ml/tiny_httpd: rm dev-ml/seq deps
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2023-01-30 20:41:37 +01:00

11 lines
300 B
Diff

--- a/src/dune 2023-01-30 20:28:23.578884847 +0100
+++ b/src/dune 2023-01-30 20:28:33.523713488 +0100
@@ -2,7 +2,7 @@
(library
(name tiny_httpd)
(public_name tiny_httpd)
- (libraries threads seq)
+ (libraries threads)
(flags :standard -safe-string -warn-error -a+8)
(wrapped false))