diff options
-rw-r--r-- | main/loudmouth/01-fix-sasl-md5-digest-uri.patch (renamed from testing/loudmouth/01-fix-sasl-md5-digest-uri.patch) | 0 | ||||
-rw-r--r-- | main/loudmouth/03-drop-stanzas-on-fail.patch (renamed from testing/loudmouth/03-drop-stanzas-on-fail.patch) | 0 | ||||
-rw-r--r-- | main/loudmouth/04-use-pkg-config-for-gnutls.patch (renamed from testing/loudmouth/04-use-pkg-config-for-gnutls.patch) | 0 | ||||
-rw-r--r-- | main/loudmouth/APKBUILD (renamed from testing/loudmouth/APKBUILD) | 0 | ||||
-rw-r--r-- | main/loudmouth/loudmouth-1.4.3-glib-compile-fix.patch | 17 |
5 files changed, 17 insertions, 0 deletions
diff --git a/testing/loudmouth/01-fix-sasl-md5-digest-uri.patch b/main/loudmouth/01-fix-sasl-md5-digest-uri.patch index 872d93553b..872d93553b 100644 --- a/testing/loudmouth/01-fix-sasl-md5-digest-uri.patch +++ b/main/loudmouth/01-fix-sasl-md5-digest-uri.patch diff --git a/testing/loudmouth/03-drop-stanzas-on-fail.patch b/main/loudmouth/03-drop-stanzas-on-fail.patch index 05f4248de0..05f4248de0 100644 --- a/testing/loudmouth/03-drop-stanzas-on-fail.patch +++ b/main/loudmouth/03-drop-stanzas-on-fail.patch diff --git a/testing/loudmouth/04-use-pkg-config-for-gnutls.patch b/main/loudmouth/04-use-pkg-config-for-gnutls.patch index eecd419871..eecd419871 100644 --- a/testing/loudmouth/04-use-pkg-config-for-gnutls.patch +++ b/main/loudmouth/04-use-pkg-config-for-gnutls.patch diff --git a/testing/loudmouth/APKBUILD b/main/loudmouth/APKBUILD index 1d0c0b91da..1d0c0b91da 100644 --- a/testing/loudmouth/APKBUILD +++ b/main/loudmouth/APKBUILD diff --git a/main/loudmouth/loudmouth-1.4.3-glib-compile-fix.patch b/main/loudmouth/loudmouth-1.4.3-glib-compile-fix.patch new file mode 100644 index 0000000000..03d04e78a3 --- /dev/null +++ b/main/loudmouth/loudmouth-1.4.3-glib-compile-fix.patch @@ -0,0 +1,17 @@ +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" + + /** |