void-packages/srcpkgs/appstream-glib/patches/0002-flip-archive_h-and-archive_entry_h-order-on-libappstream-glib-as-util.patch
maxice8 4bebec67a4 appstream-glib: update to 0.7.6.
Closes: #11091 [via git-merge-pr]
2018-02-25 21:48:52 +01:00

14 lines
304 B
Diff

They are in the wrong order.
--- libappstream-glib/as-utils.c
+++ libappstream-glib/as-utils.c
@@ -34,8 +34,8 @@
#include <fnmatch.h>
#include <string.h>
-#include <archive_entry.h>
#include <archive.h>
+#include <archive_entry.h>
#include <libsoup/soup.h>
#include <stdlib.h>
#include <uuid.h>