mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
gtkpod: fix build for libxml2 2.12
This commit is contained in:
parent
986b206dd1
commit
8de145fae3
1 changed files with 12 additions and 0 deletions
12
srcpkgs/gtkpod/patches/fix-libxml2-2.12.patch
Normal file
12
srcpkgs/gtkpod/patches/fix-libxml2-2.12.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
Source: https://src.fedoraproject.org/rpms/gtkpod/blob/a3e1c785b5a43603ad46ef913b0644babbfc6a73/f/includes.patch
|
||||
|
||||
--- a/libgtkpod/misc.c
|
||||
+++ b/libgtkpod/misc.c
|
||||
@@ -39,6 +39,7 @@
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
#include <glib/gi18n-lib.h>
|
||||
+#include <libxml/parser.h>
|
||||
#include "charset.h"
|
||||
#include "clientserver.h"
|
||||
#include "misc.h"
|
Loading…
Add table
Reference in a new issue