openbsd-ports/graphics/exiv2/patches/patch-src_http_cpp
jca fd1db2363d Revert the update to exiv2-0.27.0
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.
2019-02-14 16:03:34 +00:00

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")