diff options
author | Andrew Brouwers <abrouwers@gmail.com> | 2012-08-27 08:25:00 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-27 08:26:13 -0500 |
commit | 86ead0bcb82a858b180bb78bfb57dca989e8e5ac (patch) | |
tree | ce9226d23a91ea4315a8b4b985075a41bc4480a7 /office/epdfview/fix-glib_h-include.diff | |
parent | 0c59f696a5183eb0026884f29f230178ce00cd2b (diff) | |
download | slackbuilds-86ead0bcb82a858b180bb78bfb57dca989e8e5ac.tar.gz |
office/epdfview: Fix a couple of issues with a patch from LFS
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/epdfview/fix-glib_h-include.diff')
-rw-r--r-- | office/epdfview/fix-glib_h-include.diff | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/office/epdfview/fix-glib_h-include.diff b/office/epdfview/fix-glib_h-include.diff deleted file mode 100644 index b45ee4f933..0000000000 --- a/office/epdfview/fix-glib_h-include.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur epdfview-0.1.8.orig/src/gtk/StockIcons.h epdfview-0.1.8/src/gtk/StockIcons.h ---- epdfview-0.1.8.orig/src/gtk/StockIcons.h 2011-05-28 05:24:57.000000000 -0500 -+++ epdfview-0.1.8/src/gtk/StockIcons.h 2012-08-03 21:25:47.540948945 -0500 -@@ -18,7 +18,7 @@ - #if !defined (__STOCK_ICONS_H__) - #define __STOCK_ICONS_H__ - --#include <glib/gmacros.h> -+#include <glib.h> - - G_BEGIN_DECLS - |