Turns out I made a bad assumption and the update didn't go through a bulk. There's a bunch of failures on exopi and I'm not sure I have the time to fix them today. Sorry folks.
13 lines
289 B
Plaintext
13 lines
289 B
Plaintext
$OpenBSD: patch-src_http_cpp,v 1.4 2019/02/14 16:03:34 jca Exp $
|
|
Index: src/http.cpp
|
|
--- src/http.cpp.orig
|
|
+++ src/http.cpp
|
|
@@ -41,6 +41,7 @@
|
|
#include <time.h>
|
|
#include <sys/stat.h>
|
|
#include <string.h>
|
|
+#include <cerrno>
|
|
|
|
#ifdef _MSC_VER
|
|
#pragma message("Using exiv2 http support")
|