diff options
Diffstat (limited to 'source/l/loudmouth/loudmouth-1.4.3-glib-compile-fix.patch')
-rw-r--r-- | source/l/loudmouth/loudmouth-1.4.3-glib-compile-fix.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/source/l/loudmouth/loudmouth-1.4.3-glib-compile-fix.patch b/source/l/loudmouth/loudmouth-1.4.3-glib-compile-fix.patch deleted file mode 100644 index 03d04e78..00000000 --- a/source/l/loudmouth/loudmouth-1.4.3-glib-compile-fix.patch +++ /dev/null @@ -1,17 +0,0 @@ -Fix compile against new glib. - -From: Daniel Drake <dsd@laptop.org> - -Index: loudmouth-1.4.3/loudmouth/lm-error.c -=================================================================== ---- loudmouth-1.4.3.orig/loudmouth/lm-error.c -+++ loudmouth-1.4.3/loudmouth/lm-error.c -@@ -19,7 +19,7 @@ - */ - - #include <config.h> --#include <glib/gerror.h> -+#include <glib.h> - #include "lm-error.h" - - /** |