$OpenBSD: patch-configure,v 1.3 2017/08/14 22:09:51 naddy Exp $

Do not disable HTTP support despite missing ftime() since we replace
it with gettimeofday().

Index: configure
--- configure.orig
+++ configure
@@ -12546,7 +12546,7 @@ if test "$ac_res" != no; then :
   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
 
 else
-  enable_http=no
+  : enable_http=no
 fi
 
 
