From 361a773271accab3fb59cc5e13cf6c81f1cdcda4 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Mon, 21 Oct 2019 16:24:39 +0000 Subject: community/gvm-libs: added patches to make gvm work again --- community/gvm-libs/glib-include-path.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/gvm-libs/glib-include-path.patch (limited to 'community/gvm-libs/glib-include-path.patch') diff --git a/community/gvm-libs/glib-include-path.patch b/community/gvm-libs/glib-include-path.patch new file mode 100644 index 0000000000..fb2bd9a9ed --- /dev/null +++ b/community/gvm-libs/glib-include-path.patch @@ -0,0 +1,13 @@ +diff --git a/base/pidfile.h b/base/pidfile.h +index ee0e3e3..2ea781b 100644 +--- a/base/pidfile.h ++++ b/base/pidfile.h +@@ -25,7 +25,7 @@ + #ifndef _GVM_PIDFILE_H + #define _GVM_PIDFILE_H + +-#include ++#include + + int + pidfile_create (gchar *); -- cgit v1.2.3