openbsd-ports/www/varnish/patches/patch-bin_varnishadm_varnishadm_c
jasper e8bfdacb9c - update to 3.0.2
from Gonzalo L. R.
maintainer timed-out
2011-12-23 13:06:30 +00:00

16 lines
410 B
Plaintext

$OpenBSD: patch-bin_varnishadm_varnishadm_c,v 1.1 2011/12/23 13:06:30 jasper Exp $
--- bin/varnishadm/varnishadm.c.orig Mon Oct 24 03:25:09 2011
+++ bin/varnishadm/varnishadm.c Tue Nov 29 21:32:59 2011
@@ -38,7 +38,11 @@
#include <sys/socket.h>
#ifdef HAVE_LIBEDIT
+#ifdef HAVE_READLINE_READLINE_H
+#include <readline/readline.h>
+#else
#include <editline/readline.h>
+#endif
#endif
#include "vcli.h"