ports/sysutils/rsyslog7-devel/files/patch-runtime__lookup.c
Adam Weinberger 6abb9fe776 Fix build after json-c update.
rsyslog8-devel fails to build against the new json-c, so I've marked it
BROKEN.
2014-08-20 15:59:09 +00:00

13 lines
353 B
C

--- ./runtime/lookup.c.orig 2014-08-20 11:50:14.000000000 -0400
+++ ./runtime/lookup.c 2014-08-20 11:52:52.000000000 -0400
@@ -26,8 +26,8 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
-#include <json/json.h>
-#include <json/json.h>
+#include <json-c/json.h>
+#include <json-c/json.h>
#include <assert.h>
#include "rsyslog.h"