~ruther/guix-local

ref: cbe8f0cdd6710c7eaff196a5951a915e2389b8ff guix-local/gnu/packages/patches/abiword-no-include-glib-internal-headers.patch -rw-r--r-- 340 bytes
cbe8f0cd — Eric Bavier gnu: Add Test-utf8. 11 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
Include glib.h instead of an internal header.

--- a/goffice-bits/goffice/app/goffice-app.h	2007-01-17 00:17:27.000000000 +0100
+++ b/goffice-bits/goffice/app/goffice-app.h	2014-09-05 19:02:59.402064713 +0200
@@ -22,7 +22,7 @@
 #ifndef GOFFICE_APP_H
 #define GOFFICE_APP_H
 
-#include <glib/gmacros.h>
+#include <glib.h>
 
 G_BEGIN_DECLS