mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/epdfview: glib header fix
This commit is contained in:
parent
4e091046a9
commit
2a9ba4c9a7
1 changed files with 12 additions and 0 deletions
12
community/epdfview/glib.patch
Normal file
12
community/epdfview/glib.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff -urN a/src/gtk/StockIcons.h b/src/gtk/StockIcons.h
|
||||
--- a/src/gtk/StockIcons.h 2011-05-28 04:24:57.000000000 -0600
|
||||
+++ b/src/gtk/StockIcons.h 2012-06-02 14:15:09.050368216 -0600
|
||||
@@ -18,7 +18,7 @@
|
||||
#if !defined (__STOCK_ICONS_H__)
|
||||
#define __STOCK_ICONS_H__
|
||||
|
||||
-#include <glib/gmacros.h>
|
||||
+#include <glib.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
Loading…
Reference in a new issue