diff options
Diffstat (limited to 'main/sylpheed/glib.patch')
-rw-r--r-- | main/sylpheed/glib.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/main/sylpheed/glib.patch b/main/sylpheed/glib.patch new file mode 100644 index 000000000..baa258bb4 --- /dev/null +++ b/main/sylpheed/glib.patch @@ -0,0 +1,26 @@ +Index: libsylph/defs.h +=================================================================== +--- ./libsylph/defs.h (revision 3032) ++++ ./libsylph/defs.h (revision 3033) +@@ -1,6 +1,6 @@ + /* + * LibSylph -- E-Mail client library +- * Copyright (C) 1999-2010 Hiroyuki Yamamoto ++ * Copyright (C) 1999-2012 Hiroyuki Yamamoto + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public +@@ -24,12 +24,8 @@ + # include "config.h" + #endif + +-#include <glibconfig.h> ++#include <glib.h> + +-#ifdef G_OS_WIN32 +-# include <glib/gwin32.h> +-#endif +- + #if HAVE_PATHS_H + # include <paths.h> + #endif |