aboutsummaryrefslogtreecommitdiffstats
path: root/community/gvm-libs/glib-include-path.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-10-21 16:24:39 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-10-21 20:01:23 +0000
commit361a773271accab3fb59cc5e13cf6c81f1cdcda4 (patch)
tree8c85d095bdc10fff8e591270154123e5e6734a75 /community/gvm-libs/glib-include-path.patch
parentbdb856ef235be40005953635fe7c92a076fadd53 (diff)
downloadaports-361a773271accab3fb59cc5e13cf6c81f1cdcda4.tar.bz2
aports-361a773271accab3fb59cc5e13cf6c81f1cdcda4.tar.xz
community/gvm-libs: added patches to make gvm work again
Diffstat (limited to 'community/gvm-libs/glib-include-path.patch')
-rw-r--r--community/gvm-libs/glib-include-path.patch13
1 files changed, 13 insertions, 0 deletions
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 <glib.h>
++#include <glib-2.0/glib.h>
+
+ int
+ pidfile_create (gchar *);